Html Css Color HEX #CE3531 Persian Red

📋 copy color: '#CE3531'

red 206 ◦ green 53 ◦ blue 49

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

Shades of Persian Red #CE3531

Tints of Persian Red #CE3531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.91%

R = 66.88%
G = 17.21%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE3531 (or 0xCE3531) is known color: Persian Red. HEX triplet: CE, 35 and 31. RGB value is (206,53,49). Sum of RGB (Red+Green+Blue) = 206+53+49=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3531 is #31CACE. Grayscale: #626262. Windows color (decimal): -3263183 or 3225038. OLE color: 3225038.

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

Color convert

RGB 206 53 49 -
CMYK 0 0.74 0.76 0.19
HSL 1.53º 0.62% 0.5% -
HSV(B) 1.53º 0.76% 0.81% -
XYZ 27.28 15.89 4.53 -
YUV 98.29 100.19 204.83 -
System Red Green Blue C M Y K H S L
Decimal 206 53 49 0 0.74 0.76 0.19 1.53 0.62 0.5
Hex CE 35 31 0 4A 4C 13 2 3E 32
Octal 316 65 61 0 112 114 23 2 76 62
Binary 11001110 110101 110001 0 1001010 1001100 10011 10 111110 110010

Color Harmonies of #CE3531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3531

Black with #CE3531

Text Example


Text Example

White with #CE3531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3531; }

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

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

background-color css

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

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

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

border-color css

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

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

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