#CB423D

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

Shades of Persian Red #CB423D

Tints of Persian Red #CB423D

Color information

#CB423D (or 0xCB423D) is unknown color: approx Persian Red. HEX triplet: CB, 42 and 3D. RGB value is (203,66,61). Sum of RGB (Red+Green+Blue) = 203+66+61=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB423D is #34BDC2. Grayscale: #6A6A6A. Windows color (decimal): -3456451 or 4014795. OLE color: 4014795.

HSL color Cylindrical-coordinate representation of color #CB423D: hue angle of 2.11º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB423D is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB2036661-
CMYK00.670.700.20
HSL2.11º57.72%51.76%-
HSV(B)2.11º69.95%79.61%-
XYZ27.4216.936.24-
YUV106.39102.39196.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.52%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 61 (24.22% from 255) = 18.48%
R=61.52%
G=20%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203666100.670.700.202.1157.7251.76
HexCB423D043461423a34
Octal3131027501031062427264
Binary1100101110000101111010100001110001101010010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB423D; }

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

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

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

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

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

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

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

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