Html Css Color HEX #CE3C33 Persian Red

📋 copy color: '#CE3C33'

red 206 ◦ green 60 ◦ blue 51

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

Shades of Persian Red #CE3C33

Tints of Persian Red #CE3C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.09%

R = 64.98%
G = 18.93%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE3C33 (or 0xCE3C33) is known color: Persian Red. HEX triplet: CE, 3C and 33. RGB value is (206,60,51). Sum of RGB (Red+Green+Blue) = 206+60+51=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C33 is #31C3CC. Grayscale: #666666. Windows color (decimal): -3261389 or 3357902. OLE color: 3357902.

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

Color convert

RGB 206 60 51 -
CMYK 0 0.71 0.75 0.19
HSL 3.48º 0.61% 0.5% -
HSV(B) 3.48º 0.75% 0.81% -
XYZ 27.67 16.59 4.88 -
YUV 102.63 98.87 201.73 -
System Red Green Blue C M Y K H S L
Decimal 206 60 51 0 0.71 0.75 0.19 3.48 0.61 0.5
Hex CE 3C 33 0 47 4B 13 3 3D 32
Octal 316 74 63 0 107 113 23 3 75 62
Binary 11001110 111100 110011 0 1000111 1001011 10011 11 111101 110010

Color Harmonies of #CE3C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3C33

Black with #CE3C33

Text Example


Text Example

White with #CE3C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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