#CB3D2C

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

Shades of Persian Red #CB3D2C

Tints of Persian Red #CB3D2C

Color information

#CB3D2C (or 0xCB3D2C) is unknown color: approx Persian Red. HEX triplet: CB, 3D and 2C. RGB value is (203,61,44). Sum of RGB (Red+Green+Blue) = 203+61+44=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3D2C is #34C2D3. Grayscale: #656565. Windows color (decimal): -3457748 or 2899403. OLE color: 2899403.

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

Color convert

RGB2036144-
CMYK00.700.780.20
HSL6.42º64.37%48.43%-
HSV(B)6.42º78.33%79.61%-
XYZ26.7516.224.1-
YUV101.5295.54200.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 65.91%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 44 (17.58% from 255) = 14.29%
R=65.91%
G=19.81%
B=14.29%

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
Decimal203614400.700.780.206.4264.3748.43
HexCB3D2C0464E1464030
Octal3137554010611624610060
Binary11001011111101101100010001101001110101001101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3D2C; }

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

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

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

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

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

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

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

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