Html Css Color HEX #CE2D29 Persian Red

📋 copy color: '#CE2D29'

red 206 ◦ green 45 ◦ blue 41

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

Shades of Persian Red #CE2D29

Tints of Persian Red #CE2D29

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.41%

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

R = 70.55%
G = 15.41%
B = 14.04%

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

#CE2D29 (or 0xCE2D29) is known color: Persian Red. HEX triplet: CE, 2D and 29. RGB value is (206,45,41). Sum of RGB (Red+Green+Blue) = 206+45+41=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2D29 is #31D2D6. Grayscale: #5C5C5C. Windows color (decimal): -3265239 or 2698702. OLE color: 2698702.

HSL color Cylindrical-coordinate representation of color #CE2D29: 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.8%. Process color model (Four color, CMYK) of #CE2D29 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 45 41 -
CMYK 0 0.78 0.80 0.19
HSL 1.45º 0.67% 0.48% -
HSV(B) 1.45º 0.8% 0.81% -
XYZ 26.79 15.16 3.61 -
YUV 92.68 98.84 208.83 -
System Red Green Blue C M Y K H S L
Decimal 206 45 41 0 0.78 0.80 0.19 1.45 0.67 0.48
Hex CE 2D 29 0 4E 50 13 1 43 30
Octal 316 55 51 0 116 120 23 1 103 60
Binary 11001110 101101 101001 0 1001110 1010000 10011 1 1000011 110000

Color Harmonies of #CE2D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D29

Black with #CE2D29

Text Example


Text Example

White with #CE2D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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