Html Css Color HEX #CE3527 Persian Red

📋 copy color: '#CE3527'

red 206 ◦ green 53 ◦ blue 39

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

Shades of Persian Red #CE3527

Tints of Persian Red #CE3527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.09%

R = 69.13%
G = 17.79%
B = 13.09%

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

#CE3527 (or 0xCE3527) is known color: Persian Red. HEX triplet: CE, 35 and 27. RGB value is (206,53,39). Sum of RGB (Red+Green+Blue) = 206+53+39=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3527 is #31CAD8. Grayscale: #616161. Windows color (decimal): -3263193 or 2569678. OLE color: 2569678.

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

Color convert

RGB 206 53 39 -
CMYK 0 0.74 0.81 0.19
HSL 5.03º 0.68% 0.48% -
HSV(B) 5.03º 0.81% 0.81% -
XYZ 27.09 15.81 3.54 -
YUV 97.15 95.19 205.64 -
System Red Green Blue C M Y K H S L
Decimal 206 53 39 0 0.74 0.81 0.19 5.03 0.68 0.48
Hex CE 35 27 0 4A 51 13 5 44 30
Octal 316 65 47 0 112 121 23 5 104 60
Binary 11001110 110101 100111 0 1001010 1010001 10011 101 1000100 110000

Color Harmonies of #CE3527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3527

Black with #CE3527

Text Example


Text Example

White with #CE3527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3527; }

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

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

background-color css

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

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

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

border-color css

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

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

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