Html Css Color HEX #E32F21 Cinnabar

📋 copy color: '#E32F21'

red 227 ◦ green 47 ◦ blue 33

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

Shades of Cinnabar #E32F21

Tints of Cinnabar #E32F21

RGB

 RED value IS 227 (89.06% from 255) = 73.94%

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

 BLUE value IS 33 (13.28% from 255) = 10.75%

R = 73.94%
G = 15.31%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E32F21 (or 0xE32F21) is known color: Cinnabar. HEX triplet: E3, 2F and 21. RGB value is (227,47,33). Sum of RGB (Red+Green+Blue) = 227+47+33=307 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.94% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32F21 is #1CD0DE. Grayscale: #636363. Windows color (decimal): -1888479 or 2174947. OLE color: 2174947.

HSL color Cylindrical-coordinate representation of color #E32F21: hue angle of 4.33º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32F21 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 47 33 -
CMYK 0 0.79 0.85 0.11
HSL 4.33º 0.78% 0.51% -
HSV(B) 4.33º 0.85% 0.89% -
XYZ 32.97 18.47 3.27 -
YUV 99.22 90.63 219.14 -
System Red Green Blue C M Y K H S L
Decimal 227 47 33 0 0.79 0.85 0.11 4.33 0.78 0.51
Hex E3 2F 21 0 4F 55 B 4 4E 33
Octal 343 57 41 0 117 125 13 4 116 63
Binary 11100011 101111 100001 0 1001111 1010101 1011 100 1001110 110011

Color Harmonies of #E32F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32F21

Black with #E32F21

Text Example


Text Example

White with #E32F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32F21; }

 p { color: rgb(227,47,33); }

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

background-color css

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

 a { background-color: rgb(227,47,33); }

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

border-color css

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

 span { border-color: rgb(227,47,33); }

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