Html Css Color HEX #CE2D24 Persian Red

📋 copy color: '#CE2D24'

red 206 ◦ green 45 ◦ blue 36

#CE2D24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CE2D24

Tints of Persian Red #CE2D24

RGB

 RED value IS 206 (80.86% from 255) = 71.78%

 GREEN value IS 45 (17.97% from 255) = 15.68%

 BLUE value IS 36 (14.45% from 255) = 12.54%

R = 71.78%
G = 15.68%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE2D24 (or 0xCE2D24) is known color: Persian Red. HEX triplet: CE, 2D and 24. RGB value is (206,45,36). Sum of RGB (Red+Green+Blue) = 206+45+36=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2D24 is #31D2DB. Grayscale: #5C5C5C. Windows color (decimal): -3265244 or 2371022. OLE color: 2371022.

HSL color Cylindrical-coordinate representation of color #CE2D24: hue angle of 3.18º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2D24 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 45 36 -
CMYK 0 0.78 0.83 0.19
HSL 3.18º 0.7% 0.47% -
HSV(B) 3.18º 0.83% 0.81% -
XYZ 26.71 15.13 3.18 -
YUV 92.11 96.34 209.23 -
System Red Green Blue C M Y K H S L
Decimal 206 45 36 0 0.78 0.83 0.19 3.18 0.7 0.47
Hex CE 2D 24 0 4E 53 13 3 46 2F
Octal 316 55 44 0 116 123 23 3 106 57
Binary 11001110 101101 100100 0 1001110 1010011 10011 11 1000110 101111

Color Harmonies of #CE2D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D24

Black with #CE2D24

Text Example


Text Example

White with #CE2D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D24; }

 p { color: rgb(206,45,36); }

 H1.HeaderClassName
 {
   color: #CE2D24;
 }
 .AnyTagClassName
 {
   color: #CE2D24;
 }
</style>

background-color css

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

 a { background-color: rgb(206,45,36); }

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

border-color css

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

 span { border-color: rgb(206,45,36); }

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