Html Css Color HEX #CE3529 Persian Red

📋 copy color: '#CE3529'

red 206 ◦ green 53 ◦ blue 41

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

Shades of Persian Red #CE3529

Tints of Persian Red #CE3529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.67%

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

R = 68.67%
G = 17.67%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE3529 (or 0xCE3529) is known color: Persian Red. HEX triplet: CE, 35 and 29. RGB value is (206,53,41). Sum of RGB (Red+Green+Blue) = 206+53+41=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3529 is #31CAD6. Grayscale: #616161. Windows color (decimal): -3263191 or 2700750. OLE color: 2700750.

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

Color convert

RGB 206 53 41 -
CMYK 0 0.74 0.80 0.19
HSL 4.36º 0.67% 0.48% -
HSV(B) 4.36º 0.8% 0.81% -
XYZ 27.13 15.83 3.72 -
YUV 97.38 96.19 205.48 -
System Red Green Blue C M Y K H S L
Decimal 206 53 41 0 0.74 0.80 0.19 4.36 0.67 0.48
Hex CE 35 29 0 4A 50 13 4 43 30
Octal 316 65 51 0 112 120 23 4 103 60
Binary 11001110 110101 101001 0 1001010 1010000 10011 100 1000011 110000

Color Harmonies of #CE3529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3529

Black with #CE3529

Text Example


Text Example

White with #CE3529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3529; }

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

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

background-color css

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

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

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

border-color css

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

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

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