#CB3D33

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

Shades of Persian Red #CB3D33

Tints of Persian Red #CB3D33

Color information

#CB3D33 (or 0xCB3D33) is unknown color: approx Persian Red. HEX triplet: CB, 3D and 33. RGB value is (203,61,51). Sum of RGB (Red+Green+Blue) = 203+61+51=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3D33 is #34C2CC. Grayscale: #666666. Windows color (decimal): -3457741 or 3358155. OLE color: 3358155.

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

Color convert

RGB2036151-
CMYK00.700.750.20
HSL3.95º59.84%49.8%-
HSV(B)3.95º74.88%79.61%-
XYZ26.8916.274.86-
YUV102.3299.04199.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.44%
GREEN value IS 61 (24.22% from 255) = 19.37%
BLUE value IS 51 (20.31% from 255) = 16.19%
R=64.44%
G=19.37%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203615100.700.750.203.9559.8449.8
HexCB3D330464B1443c32
Octal313756301061132447462
Binary1100101111110111001101000110100101110100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3D33; }

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

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

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

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

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

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

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

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