Html Css Color HEX #E32F2A Cinnabar

📋 copy color: '#E32F2A'

red 227 ◦ green 47 ◦ blue 42

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

Shades of Cinnabar #E32F2A

Tints of Cinnabar #E32F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 71.84%
G = 14.87%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E32F2A (or 0xE32F2A) is known color: Cinnabar. HEX triplet: E3, 2F and 2A. RGB value is (227,47,42). Sum of RGB (Red+Green+Blue) = 227+47+42=316 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.84% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32F2A is #1CD0D5. Grayscale: #646464. Windows color (decimal): -1888470 or 2764771. OLE color: 2764771.

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

Color convert

RGB 227 47 42 -
CMYK 0 0.79 0.81 0.11
HSL 1.62º 0.77% 0.53% -
HSV(B) 1.62º 0.81% 0.89% -
XYZ 33.11 18.53 4.02 -
YUV 100.25 95.13 218.41 -
System Red Green Blue C M Y K H S L
Decimal 227 47 42 0 0.79 0.81 0.11 1.62 0.77 0.53
Hex E3 2F 2A 0 4F 51 B 2 4D 35
Octal 343 57 52 0 117 121 13 2 115 65
Binary 11100011 101111 101010 0 1001111 1010001 1011 10 1001101 110101

Color Harmonies of #E32F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32F2A

Black with #E32F2A

Text Example


Text Example

White with #E32F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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