Html Css Color HEX #CE3224 Persian Red

📋 copy color: '#CE3224'

red 206 ◦ green 50 ◦ blue 36

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

Shades of Persian Red #CE3224

Tints of Persian Red #CE3224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.12%

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

R = 70.55%
G = 17.12%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE3224 (or 0xCE3224) is known color: Persian Red. HEX triplet: CE, 32 and 24. RGB value is (206,50,36). Sum of RGB (Red+Green+Blue) = 206+50+36=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3224 is #31CDDB. Grayscale: #5F5F5F. Windows color (decimal): -3263964 or 2372302. OLE color: 2372302.

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

Color convert

RGB 206 50 36 -
CMYK 0 0.76 0.83 0.19
HSL 4.94º 0.7% 0.47% -
HSV(B) 4.94º 0.83% 0.81% -
XYZ 26.91 15.53 3.25 -
YUV 95.05 94.68 207.14 -
System Red Green Blue C M Y K H S L
Decimal 206 50 36 0 0.76 0.83 0.19 4.94 0.7 0.47
Hex CE 32 24 0 4C 53 13 5 46 2F
Octal 316 62 44 0 114 123 23 5 106 57
Binary 11001110 110010 100100 0 1001100 1010011 10011 101 1000110 101111

Color Harmonies of #CE3224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3224

Black with #CE3224

Text Example


Text Example

White with #CE3224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3224; }

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

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

background-color css

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

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

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

border-color css

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

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

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