Html Css Color HEX #CE3C36 Persian Red

📋 copy color: '#CE3C36'

red 206 ◦ green 60 ◦ blue 54

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

Shades of Persian Red #CE3C36

Tints of Persian Red #CE3C36

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.75%

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

R = 64.38%
G = 18.75%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE3C36 (or 0xCE3C36) is known color: Persian Red. HEX triplet: CE, 3C and 36. RGB value is (206,60,54). Sum of RGB (Red+Green+Blue) = 206+60+54=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C36 is #31C3C9. Grayscale: #676767. Windows color (decimal): -3261386 or 3554510. OLE color: 3554510.

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

Color convert

RGB 206 60 54 -
CMYK 0 0.71 0.74 0.19
HSL 2.37º 0.61% 0.51% -
HSV(B) 2.37º 0.74% 0.81% -
XYZ 27.74 16.62 5.24 -
YUV 102.97 100.37 201.49 -
System Red Green Blue C M Y K H S L
Decimal 206 60 54 0 0.71 0.74 0.19 2.37 0.61 0.51
Hex CE 3C 36 0 47 4A 13 2 3D 33
Octal 316 74 66 0 107 112 23 2 75 63
Binary 11001110 111100 110110 0 1000111 1001010 10011 10 111101 110011

Color Harmonies of #CE3C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3C36

Black with #CE3C36

Text Example


Text Example

White with #CE3C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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