Html Css Color HEX #CE2724 Persian Red

📋 copy color: '#CE2724'

red 206 ◦ green 39 ◦ blue 36

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

Shades of Persian Red #CE2724

Tints of Persian Red #CE2724

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

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

R = 73.31%
G = 13.88%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE2724 (or 0xCE2724) is known color: Persian Red. HEX triplet: CE, 27 and 24. RGB value is (206,39,36). Sum of RGB (Red+Green+Blue) = 206+39+36=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2724 is #31D8DB. Grayscale: #585858. Windows color (decimal): -3266780 or 2369486. OLE color: 2369486.

HSL color Cylindrical-coordinate representation of color #CE2724: hue angle of 1.06º 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 #CE2724 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 39 36 -
CMYK 0 0.81 0.83 0.19
HSL 1.06º 0.7% 0.47% -
HSV(B) 1.06º 0.83% 0.81% -
XYZ 26.5 14.7 3.11 -
YUV 88.59 98.33 211.74 -
System Red Green Blue C M Y K H S L
Decimal 206 39 36 0 0.81 0.83 0.19 1.06 0.7 0.47
Hex CE 27 24 0 51 53 13 1 46 2F
Octal 316 47 44 0 121 123 23 1 106 57
Binary 11001110 100111 100100 0 1010001 1010011 10011 1 1000110 101111

Color Harmonies of #CE2724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2724

Black with #CE2724

Text Example


Text Example

White with #CE2724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2724; }

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

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

background-color css

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

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

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

border-color css

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

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

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