Html Css Color HEX #CE3525 Persian Red

📋 copy color: '#CE3525'

red 206 ◦ green 53 ◦ blue 37

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

Shades of Persian Red #CE3525

Tints of Persian Red #CE3525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.5%

R = 69.59%
G = 17.91%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE3525 (or 0xCE3525) is known color: Persian Red. HEX triplet: CE, 35 and 25. RGB value is (206,53,37). Sum of RGB (Red+Green+Blue) = 206+53+37=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3525 is #31CADA. Grayscale: #616161. Windows color (decimal): -3263195 or 2438606. OLE color: 2438606.

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

Color convert

RGB 206 53 37 -
CMYK 0 0.74 0.82 0.19
HSL 5.68º 0.7% 0.48% -
HSV(B) 5.68º 0.82% 0.81% -
XYZ 27.06 15.8 3.37 -
YUV 96.92 94.19 205.8 -
System Red Green Blue C M Y K H S L
Decimal 206 53 37 0 0.74 0.82 0.19 5.68 0.7 0.48
Hex CE 35 25 0 4A 52 13 6 46 30
Octal 316 65 45 0 112 122 23 6 106 60
Binary 11001110 110101 100101 0 1001010 1010010 10011 110 1000110 110000

Color Harmonies of #CE3525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3525

Black with #CE3525

Text Example


Text Example

White with #CE3525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3525; }

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

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

background-color css

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

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

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

border-color css

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

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

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