Html Css Color HEX #CE2F29 Persian Red

📋 copy color: '#CE2F29'

red 206 ◦ green 47 ◦ blue 41

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

Shades of Persian Red #CE2F29

Tints of Persian Red #CE2F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.99%

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

R = 70.07%
G = 15.99%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE2F29 (or 0xCE2F29) is known color: Persian Red. HEX triplet: CE, 2F and 29. RGB value is (206,47,41). Sum of RGB (Red+Green+Blue) = 206+47+41=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2F29 is #31D0D6. Grayscale: #5E5E5E. Windows color (decimal): -3264727 or 2699214. OLE color: 2699214.

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

Color convert

RGB 206 47 41 -
CMYK 0 0.77 0.80 0.19
HSL 2.18º 0.67% 0.48% -
HSV(B) 2.18º 0.8% 0.81% -
XYZ 26.87 15.31 3.64 -
YUV 93.86 98.18 207.99 -
System Red Green Blue C M Y K H S L
Decimal 206 47 41 0 0.77 0.80 0.19 2.18 0.67 0.48
Hex CE 2F 29 0 4D 50 13 2 43 30
Octal 316 57 51 0 115 120 23 2 103 60
Binary 11001110 101111 101001 0 1001101 1010000 10011 10 1000011 110000

Color Harmonies of #CE2F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2F29

Black with #CE2F29

Text Example


Text Example

White with #CE2F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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