Html Css Color HEX #CE3636 Persian Red

📋 copy color: '#CE3636'

red 206 ◦ green 54 ◦ blue 54

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

Shades of Persian Red #CE3636

Tints of Persian Red #CE3636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

 BLUE value IS 54 (21.48% from 255) = 17.2%

R = 65.61%
G = 17.2%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE3636 (or 0xCE3636) is known color: Persian Red. HEX triplet: CE, 36 and 36. RGB value is (206,54,54). Sum of RGB (Red+Green+Blue) = 206+54+54=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3636 is #31C9C9. Grayscale: #636363. Windows color (decimal): -3262922 or 3552974. OLE color: 3552974.

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

Color convert

RGB 206 54 54 -
CMYK 0 0.74 0.74 0.19
HSL 0.61% 0.51% -
HSV(B) 0.74% 0.81% -
XYZ 27.44 16.03 5.14 -
YUV 99.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 206 54 54 0 0.74 0.74 0.19 0 0.61 0.51
Hex CE 36 36 0 4A 4A 13 0 3D 33
Octal 316 66 66 0 112 112 23 0 75 63
Binary 11001110 110110 110110 0 1001010 1001010 10011 0 111101 110011

Color Harmonies of #CE3636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3636

Black with #CE3636

Text Example


Text Example

White with #CE3636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3636; }

 p { color: rgb(206,54,54); }

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

background-color css

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

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

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

border-color css

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

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

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