Html Css Color HEX #E52F2D Cinnabar

📋 copy color: '#E52F2D'

red 229 ◦ green 47 ◦ blue 45

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

Shades of Cinnabar #E52F2D

Tints of Cinnabar #E52F2D

RGB

 RED value IS 229 (89.84% from 255) = 71.34%

 GREEN value IS 47 (18.75% from 255) = 14.64%

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 71.34%
G = 14.64%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E52F2D (or 0xE52F2D) is known color: Cinnabar. HEX triplet: E5, 2F and 2D. RGB value is (229,47,45). Sum of RGB (Red+Green+Blue) = 229+47+45=321 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.34% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52F2D is #1AD0D2. Grayscale: #656565. Windows color (decimal): -1757395 or 2961381. OLE color: 2961381.

HSL color Cylindrical-coordinate representation of color #E52F2D: hue angle of 0.65º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52F2D is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 47 45 -
CMYK 0 0.79 0.80 0.10
HSL 0.65º 0.78% 0.54% -
HSV(B) 0.65º 0.8% 0.9% -
XYZ 33.8 18.88 4.35 -
YUV 101.19 96.3 219.16 -
System Red Green Blue C M Y K H S L
Decimal 229 47 45 0 0.79 0.80 0.10 0.65 0.78 0.54
Hex E5 2F 2D 0 4F 50 A 1 4E 36
Octal 345 57 55 0 117 120 12 1 116 66
Binary 11100101 101111 101101 0 1001111 1010000 1010 1 1001110 110110

Color Harmonies of #E52F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52F2D

Black with #E52F2D

Text Example


Text Example

White with #E52F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52F2D; }

 p { color: rgb(229,47,45); }

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

background-color css

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

 a { background-color: rgb(229,47,45); }

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

border-color css

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

 span { border-color: rgb(229,47,45); }

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