Html Css Color HEX #E72F2C Cinnabar

📋 copy color: '#E72F2C'

red 231 ◦ green 47 ◦ blue 44

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

Shades of Cinnabar #E72F2C

Tints of Cinnabar #E72F2C

RGB

 RED value IS 231 (90.63% from 255) = 71.74%

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

 BLUE value IS 44 (17.58% from 255) = 13.66%

R = 71.74%
G = 14.6%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E72F2C (or 0xE72F2C) is known color: Cinnabar. HEX triplet: E7, 2F and 2C. RGB value is (231,47,44). Sum of RGB (Red+Green+Blue) = 231+47+44=322 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.74% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 231 - color contains mainly: red. Hex color #E72F2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72F2C is #18D0D3. Grayscale: #656565. Windows color (decimal): -1626324 or 2895847. OLE color: 2895847.

HSL color Cylindrical-coordinate representation of color #E72F2C: hue angle of 0.96º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72F2C is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 47 44 -
CMYK 0 0.80 0.81 0.09
HSL 0.96º 0.8% 0.54% -
HSV(B) 0.96º 0.81% 0.91% -
XYZ 34.43 19.2 4.28 -
YUV 101.67 95.46 220.24 -
System Red Green Blue C M Y K H S L
Decimal 231 47 44 0 0.80 0.81 0.09 0.96 0.8 0.54
Hex E7 2F 2C 0 50 51 9 1 50 36
Octal 347 57 54 0 120 121 11 1 120 66
Binary 11100111 101111 101100 0 1010000 1010001 1001 1 1010000 110110

Color Harmonies of #E72F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72F2C

Black with #E72F2C

Text Example


Text Example

White with #E72F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72F2C; }

 p { color: rgb(231,47,44); }

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

background-color css

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

 a { background-color: rgb(231,47,44); }

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

border-color css

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

 span { border-color: rgb(231,47,44); }

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