Html Css Color HEX #CE3736 Persian Red

📋 copy color: '#CE3736'

red 206 ◦ green 55 ◦ blue 54

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

Shades of Persian Red #CE3736

Tints of Persian Red #CE3736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.46%

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

R = 65.4%
G = 17.46%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE3736 (or 0xCE3736) is known color: Persian Red. HEX triplet: CE, 37 and 36. RGB value is (206,55,54). Sum of RGB (Red+Green+Blue) = 206+55+54=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3736 is #31C8C9. Grayscale: #646464. Windows color (decimal): -3262666 or 3553230. OLE color: 3553230.

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

Color convert

RGB 206 55 54 -
CMYK 0 0.73 0.74 0.19
HSL 0.39º 0.61% 0.51% -
HSV(B) 0.39º 0.74% 0.81% -
XYZ 27.49 16.12 5.15 -
YUV 100.04 102.03 203.58 -
System Red Green Blue C M Y K H S L
Decimal 206 55 54 0 0.73 0.74 0.19 0.39 0.61 0.51
Hex CE 37 36 0 49 4A 13 0 3D 33
Octal 316 67 66 0 111 112 23 0 75 63
Binary 11001110 110111 110110 0 1001001 1001010 10011 0 111101 110011

Color Harmonies of #CE3736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3736

Black with #CE3736

Text Example


Text Example

White with #CE3736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3736; }

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

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

background-color css

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

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

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

border-color css

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

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

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