#CB423A

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

Shades of Persian Red #CB423A

Tints of Persian Red #CB423A

Color information

#CB423A (or 0xCB423A) is unknown color: approx Persian Red. HEX triplet: CB, 42 and 3A. RGB value is (203,66,58). Sum of RGB (Red+Green+Blue) = 203+66+58=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB423A is #34BDC5. Grayscale: #6A6A6A. Windows color (decimal): -3456454 or 3818187. OLE color: 3818187.

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

Color convert

RGB2036658-
CMYK00.670.710.20
HSL3.31º58.23%51.18%-
HSV(B)3.31º71.43%79.61%-
XYZ27.3416.95.82-
YUV106.05100.89197.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.08%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 58 (23.05% from 255) = 17.74%
R=62.08%
G=20.18%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203665800.670.710.203.3158.2351.18
HexCB423A043471433a33
Octal3131027201031072437263
Binary1100101110000101110100100001110001111010011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB423A; }

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

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

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

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

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

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

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

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