Html Css Color HEX #CE2928 Persian Red

📋 copy color: '#CE2928'

red 206 ◦ green 41 ◦ blue 40

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

Shades of Persian Red #CE2928

Tints of Persian Red #CE2928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.29%

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

R = 71.78%
G = 14.29%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE2928 (or 0xCE2928) is known color: Persian Red. HEX triplet: CE, 29 and 28. RGB value is (206,41,40). Sum of RGB (Red+Green+Blue) = 206+41+40=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2928 is #31D6D7. Grayscale: #5A5A5A. Windows color (decimal): -3266264 or 2632142. OLE color: 2632142.

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

Color convert

RGB 206 41 40 -
CMYK 0 0.80 0.81 0.19
HSL 0.36º 0.67% 0.48% -
HSV(B) 0.36º 0.81% 0.81% -
XYZ 26.63 14.86 3.47 -
YUV 90.22 99.66 210.58 -
System Red Green Blue C M Y K H S L
Decimal 206 41 40 0 0.80 0.81 0.19 0.36 0.67 0.48
Hex CE 29 28 0 50 51 13 0 43 30
Octal 316 51 50 0 120 121 23 0 103 60
Binary 11001110 101001 101000 0 1010000 1010001 10011 0 1000011 110000

Color Harmonies of #CE2928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2928

Black with #CE2928

Text Example


Text Example

White with #CE2928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2928; }

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

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

background-color css

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

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

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

border-color css

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

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

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