Html Css Color HEX #CE3528 Persian Red

📋 copy color: '#CE3528'

red 206 ◦ green 53 ◦ blue 40

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

Shades of Persian Red #CE3528

Tints of Persian Red #CE3528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.38%

R = 68.9%
G = 17.73%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE3528 (or 0xCE3528) is known color: Persian Red. HEX triplet: CE, 35 and 28. RGB value is (206,53,40). Sum of RGB (Red+Green+Blue) = 206+53+40=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3528 is #31CAD7. Grayscale: #616161. Windows color (decimal): -3263192 or 2635214. OLE color: 2635214.

HSL color Cylindrical-coordinate representation of color #CE3528: hue angle of 4.7º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE3528 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 53 40 -
CMYK 0 0.74 0.81 0.19
HSL 4.7º 0.67% 0.48% -
HSV(B) 4.7º 0.81% 0.81% -
XYZ 27.11 15.82 3.63 -
YUV 97.27 95.69 205.56 -
System Red Green Blue C M Y K H S L
Decimal 206 53 40 0 0.74 0.81 0.19 4.7 0.67 0.48
Hex CE 35 28 0 4A 51 13 5 43 30
Octal 316 65 50 0 112 121 23 5 103 60
Binary 11001110 110101 101000 0 1001010 1010001 10011 101 1000011 110000

Color Harmonies of #CE3528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3528

Black with #CE3528

Text Example


Text Example

White with #CE3528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3528; }

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

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

background-color css

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

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

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

border-color css

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

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

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