Html Css Color HEX #CE2C28 Persian Red

📋 copy color: '#CE2C28'

red 206 ◦ green 44 ◦ blue 40

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

Shades of Persian Red #CE2C28

Tints of Persian Red #CE2C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.17%

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

R = 71.03%
G = 15.17%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE2C28 (or 0xCE2C28) is known color: Persian Red. HEX triplet: CE, 2C and 28. RGB value is (206,44,40). Sum of RGB (Red+Green+Blue) = 206+44+40=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2C28 is #31D3D7. Grayscale: #5C5C5C. Windows color (decimal): -3265496 or 2632910. OLE color: 2632910.

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

Color convert

RGB 206 44 40 -
CMYK 0 0.79 0.81 0.19
HSL 1.45º 0.67% 0.48% -
HSV(B) 1.45º 0.81% 0.81% -
XYZ 26.74 15.08 3.51 -
YUV 91.98 98.67 209.33 -
System Red Green Blue C M Y K H S L
Decimal 206 44 40 0 0.79 0.81 0.19 1.45 0.67 0.48
Hex CE 2C 28 0 4F 51 13 1 43 30
Octal 316 54 50 0 117 121 23 1 103 60
Binary 11001110 101100 101000 0 1001111 1010001 10011 1 1000011 110000

Color Harmonies of #CE2C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2C28

Black with #CE2C28

Text Example


Text Example

White with #CE2C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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