#CE423B

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

Shades of Persian Red #CE423B

Tints of Persian Red #CE423B

Color information

#CE423B (or 0xCE423B) is unknown color: approx Persian Red. HEX triplet: CE, 42 and 3B. RGB value is (206,66,59). Sum of RGB (Red+Green+Blue) = 206+66+59=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE423B is #31BDC4. Grayscale: #6B6B6B. Windows color (decimal): -3259845 or 3883726. OLE color: 3883726.

HSL color Cylindrical-coordinate representation of color #CE423B: hue angle of 2.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE423B is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB2066659-
CMYK00.680.710.19
HSL2.86º60%51.96%-
HSV(B)2.86º71.36%80.78%-
XYZ28.1917.336-
YUV107.06100.88198.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 62.24%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 59 (23.44% from 255) = 17.82%
R=62.24%
G=19.94%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206665900.680.710.192.866051.96
HexCE423B044471333c34
Octal3161027301041072337464
Binary1100111010000101110110100010010001111001111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE423B; }

 p { color: rgb(206,66,59); }

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

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

 a { background-color: rgb(206,66,59); }

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

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

 span { border-color: rgb(206,66,59); }

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