Html Css Color HEX #CE3C28 Persian Red

📋 copy color: '#CE3C28'

red 206 ◦ green 60 ◦ blue 40

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

Shades of Persian Red #CE3C28

Tints of Persian Red #CE3C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.07%

R = 67.32%
G = 19.61%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE3C28 (or 0xCE3C28) is known color: Persian Red. HEX triplet: CE, 3C and 28. RGB value is (206,60,40). Sum of RGB (Red+Green+Blue) = 206+60+40=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C28 is #31C3D7. Grayscale: #656565. Windows color (decimal): -3261400 or 2637006. OLE color: 2637006.

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

Color convert

RGB 206 60 40 -
CMYK 0 0.71 0.81 0.19
HSL 7.23º 0.67% 0.48% -
HSV(B) 7.23º 0.81% 0.81% -
XYZ 27.45 16.51 3.75 -
YUV 101.37 93.37 202.63 -
System Red Green Blue C M Y K H S L
Decimal 206 60 40 0 0.71 0.81 0.19 7.23 0.67 0.48
Hex CE 3C 28 0 47 51 13 7 43 30
Octal 316 74 50 0 107 121 23 7 103 60
Binary 11001110 111100 101000 0 1000111 1010001 10011 111 1000011 110000

Color Harmonies of #CE3C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3C28

Black with #CE3C28

Text Example


Text Example

White with #CE3C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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