#CB3D2D

Color #CB3D2D Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #CB3D2D

Tints of Persian Red #CB3D2D

Color information

#CB3D2D (or 0xCB3D2D) is unknown color: approx Persian Red. HEX triplet: CB, 3D and 2D. RGB value is (203,61,45). Sum of RGB (Red+Green+Blue) = 203+61+45=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3D2D is #34C2D2. Grayscale: #656565. Windows color (decimal): -3457747 or 2964939. OLE color: 2964939.

HSL color Cylindrical-coordinate representation of color #CB3D2D: hue angle of 6.08º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB3D2D is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB2036145-
CMYK00.700.780.20
HSL6.08º63.71%48.63%-
HSV(B)6.08º77.83%79.61%-
XYZ26.7716.224.2-
YUV101.6396.04200.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 65.70%
GREEN value IS 61 (24.22% from 255) = 19.74%
BLUE value IS 45 (17.97% from 255) = 14.56%
R=65.70%
G=19.74%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203614500.700.780.206.0863.7148.63
HexCB3D2D0464E1464031
Octal3137555010611624610061
Binary11001011111101101101010001101001110101001101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3D2D; }

 p { color: rgb(203,61,45); }

 H1.HeaderClassName
 {
   color: #CB3D2D;
 }
 .AnyTagClassName
 {
   color: #CB3D2D;
 }
</style>
background-color css

<style>
 a { background-color: #CB3D2D; }

 a { background-color: rgb(203,61,45); }

 div.DivClassName
 {
   background-color: #CB3D2D;
 }
 .BgClassName
 {
   background-color: #CB3D2D;
 }
</style>
border-color css

<style>
 span { border-color: #CB3D2D; }

 span { border-color: rgb(203,61,45); }

 td.TdClassName
 {
   border-color: #CB3D2D;
 }
 .TagClassName
 {
   border-color: #CB3D2D;
 }
</style>