#CE423F

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

Shades of Persian Red #CE423F

Tints of Persian Red #CE423F

Color information

#CE423F (or 0xCE423F) is unknown color: approx Persian Red. HEX triplet: CE, 42 and 3F. RGB value is (206,66,63). Sum of RGB (Red+Green+Blue) = 206+66+63=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE423F is #31BDC0. Grayscale: #6B6B6B. Windows color (decimal): -3259841 or 4145870. OLE color: 4145870.

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

Color convert

RGB2066663-
CMYK00.680.690.19
HSL1.26º59.34%52.75%-
HSV(B)1.26º69.42%80.78%-
XYZ28.317.386.57-
YUV107.52102.88198.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.49%
GREEN value IS 66 (26.17% from 255) = 19.70%
BLUE value IS 63 (25% from 255) = 18.81%
R=61.49%
G=19.70%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206666300.680.690.191.2659.3452.75
HexCE423F044451313b35
Octal3161027701041052317365
Binary110011101000010111111010001001000101100111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE423F; }

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

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

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

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

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

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

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

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