Html Css Color HEX #E32F28 Cinnabar

📋 copy color: '#E32F28'

red 227 ◦ green 47 ◦ blue 40

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

Shades of Cinnabar #E32F28

Tints of Cinnabar #E32F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.74%

R = 72.29%
G = 14.97%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E32F28 (or 0xE32F28) is known color: Cinnabar. HEX triplet: E3, 2F and 28. RGB value is (227,47,40). Sum of RGB (Red+Green+Blue) = 227+47+40=314 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.29% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32F28 is #1CD0D7. Grayscale: #646464. Windows color (decimal): -1888472 or 2633699. OLE color: 2633699.

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

Color convert

RGB 227 47 40 -
CMYK 0 0.79 0.82 0.11
HSL 2.25º 0.77% 0.52% -
HSV(B) 2.25º 0.82% 0.89% -
XYZ 33.08 18.52 3.84 -
YUV 100.02 94.13 218.57 -
System Red Green Blue C M Y K H S L
Decimal 227 47 40 0 0.79 0.82 0.11 2.25 0.77 0.52
Hex E3 2F 28 0 4F 52 B 2 4D 34
Octal 343 57 50 0 117 122 13 2 115 64
Binary 11100011 101111 101000 0 1001111 1010010 1011 10 1001101 110100

Color Harmonies of #E32F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32F28

Black with #E32F28

Text Example


Text Example

White with #E32F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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