Html Css Color HEX #CE2929 Persian Red

📋 copy color: '#CE2929'

red 206 ◦ green 41 ◦ blue 41

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

Shades of Persian Red #CE2929

Tints of Persian Red #CE2929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.24%

R = 71.53%
G = 14.24%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE2929 (or 0xCE2929) is known color: Persian Red. HEX triplet: CE, 29 and 29. RGB value is (206,41,41). Sum of RGB (Red+Green+Blue) = 206+41+41=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2929 is #31D6D6. Grayscale: #5A5A5A. Windows color (decimal): -3266263 or 2697678. OLE color: 2697678.

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

Color convert

RGB 206 41 41 -
CMYK 0 0.80 0.80 0.19
HSL 0.67% 0.48% -
HSV(B) 0.8% 0.81% -
XYZ 26.65 14.87 3.56 -
YUV 90.34 100.16 210.5 -
System Red Green Blue C M Y K H S L
Decimal 206 41 41 0 0.80 0.80 0.19 0 0.67 0.48
Hex CE 29 29 0 50 50 13 0 43 30
Octal 316 51 51 0 120 120 23 0 103 60
Binary 11001110 101001 101001 0 1010000 1010000 10011 0 1000011 110000

Color Harmonies of #CE2929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2929

Black with #CE2929

Text Example


Text Example

White with #CE2929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2929; }

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

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

background-color css

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

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

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

border-color css

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

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

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