Html Css Color HEX #E72F28 Cinnabar

📋 copy color: '#E72F28'

red 231 ◦ green 47 ◦ blue 40

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

Shades of Cinnabar #E72F28

Tints of Cinnabar #E72F28

RGB

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

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

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

R = 72.64%
G = 14.78%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E72F28 (or 0xE72F28) is known color: Cinnabar. HEX triplet: E7, 2F and 28. RGB value is (231,47,40). Sum of RGB (Red+Green+Blue) = 231+47+40=318 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.64% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 231 - color contains mainly: red. Hex color #E72F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72F28 is #18D0D7. Grayscale: #656565. Windows color (decimal): -1626328 or 2633703. OLE color: 2633703.

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

Color convert

RGB 231 47 40 -
CMYK 0 0.80 0.83 0.09
HSL 2.2º 0.8% 0.53% -
HSV(B) 2.2º 0.83% 0.91% -
XYZ 34.35 19.18 3.9 -
YUV 101.22 93.46 220.57 -
System Red Green Blue C M Y K H S L
Decimal 231 47 40 0 0.80 0.83 0.09 2.2 0.8 0.53
Hex E7 2F 28 0 50 53 9 2 50 35
Octal 347 57 50 0 120 123 11 2 120 65
Binary 11100111 101111 101000 0 1010000 1010011 1001 10 1010000 110101

Color Harmonies of #E72F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72F28

Black with #E72F28

Text Example


Text Example

White with #E72F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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