Html Css Color HEX #CE3424 Persian Red

📋 copy color: '#CE3424'

red 206 ◦ green 52 ◦ blue 36

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

Shades of Persian Red #CE3424

Tints of Persian Red #CE3424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

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

R = 70.07%
G = 17.69%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE3424 (or 0xCE3424) is known color: Persian Red. HEX triplet: CE, 34 and 24. RGB value is (206,52,36). Sum of RGB (Red+Green+Blue) = 206+52+36=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3424 is #31CBDB. Grayscale: #606060. Windows color (decimal): -3263452 or 2372814. OLE color: 2372814.

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

Color convert

RGB 206 52 36 -
CMYK 0 0.75 0.83 0.19
HSL 5.65º 0.7% 0.47% -
HSV(B) 5.65º 0.83% 0.81% -
XYZ 27 15.71 3.28 -
YUV 96.22 94.02 206.3 -
System Red Green Blue C M Y K H S L
Decimal 206 52 36 0 0.75 0.83 0.19 5.65 0.7 0.47
Hex CE 34 24 0 4B 53 13 6 46 2F
Octal 316 64 44 0 113 123 23 6 106 57
Binary 11001110 110100 100100 0 1001011 1010011 10011 110 1000110 101111

Color Harmonies of #CE3424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3424

Black with #CE3424

Text Example


Text Example

White with #CE3424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3424; }

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

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

background-color css

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

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

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

border-color css

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

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

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