Html Css Color HEX #CE2E29 Persian Red

📋 copy color: '#CE2E29'

red 206 ◦ green 46 ◦ blue 41

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

Shades of Persian Red #CE2E29

Tints of Persian Red #CE2E29

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.7%

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

R = 70.31%
G = 15.7%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE2E29 (or 0xCE2E29) is known color: Persian Red. HEX triplet: CE, 2E and 29. RGB value is (206,46,41). Sum of RGB (Red+Green+Blue) = 206+46+41=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E29 is #31D1D6. Grayscale: #5D5D5D. Windows color (decimal): -3264983 or 2698958. OLE color: 2698958.

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

Color convert

RGB 206 46 41 -
CMYK 0 0.78 0.80 0.19
HSL 1.82º 0.67% 0.48% -
HSV(B) 1.82º 0.8% 0.81% -
XYZ 26.83 15.24 3.62 -
YUV 93.27 98.51 208.41 -
System Red Green Blue C M Y K H S L
Decimal 206 46 41 0 0.78 0.80 0.19 1.82 0.67 0.48
Hex CE 2E 29 0 4E 50 13 2 43 30
Octal 316 56 51 0 116 120 23 2 103 60
Binary 11001110 101110 101001 0 1001110 1010000 10011 10 1000011 110000

Color Harmonies of #CE2E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E29

Black with #CE2E29

Text Example


Text Example

White with #CE2E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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