Html Css Color HEX #CE3929 Persian Red

📋 copy color: '#CE3929'

red 206 ◦ green 57 ◦ blue 41

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

Shades of Persian Red #CE3929

Tints of Persian Red #CE3929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.75%

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

R = 67.76%
G = 18.75%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE3929 (or 0xCE3929) is known color: Persian Red. HEX triplet: CE, 39 and 29. RGB value is (206,57,41). Sum of RGB (Red+Green+Blue) = 206+57+41=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3929 is #31C6D6. Grayscale: #636363. Windows color (decimal): -3262167 or 2701774. OLE color: 2701774.

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

Color convert

RGB 206 57 41 -
CMYK 0 0.72 0.80 0.19
HSL 5.82º 0.67% 0.48% -
HSV(B) 5.82º 0.8% 0.81% -
XYZ 27.32 16.21 3.79 -
YUV 99.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 206 57 41 0 0.72 0.80 0.19 5.82 0.67 0.48
Hex CE 39 29 0 48 50 13 6 43 30
Octal 316 71 51 0 110 120 23 6 103 60
Binary 11001110 111001 101001 0 1001000 1010000 10011 110 1000011 110000

Color Harmonies of #CE3929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3929

Black with #CE3929

Text Example


Text Example

White with #CE3929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3929; }

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

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

background-color css

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

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

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

border-color css

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

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

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