Html Css Color HEX #E72F2D Cinnabar

📋 copy color: '#E72F2D'

red 231 ◦ green 47 ◦ blue 45

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

Shades of Cinnabar #E72F2D

Tints of Cinnabar #E72F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.93%

R = 71.52%
G = 14.55%
B = 13.93%

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

#E72F2D (or 0xE72F2D) is known color: Cinnabar. HEX triplet: E7, 2F and 2D. RGB value is (231,47,45). Sum of RGB (Red+Green+Blue) = 231+47+45=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E72F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72F2D is #18D0D2. Grayscale: #656565. Windows color (decimal): -1626323 or 2961383. OLE color: 2961383.

HSL color Cylindrical-coordinate representation of color #E72F2D: hue angle of 0.65º degrees, saturation: 0.79, 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 #E72F2D is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 47 45 -
CMYK 0 0.80 0.81 0.09
HSL 0.65º 0.79% 0.54% -
HSV(B) 0.65º 0.81% 0.91% -
XYZ 34.45 19.21 4.38 -
YUV 101.79 95.96 220.16 -
System Red Green Blue C M Y K H S L
Decimal 231 47 45 0 0.80 0.81 0.09 0.65 0.79 0.54
Hex E7 2F 2D 0 50 51 9 1 4F 36
Octal 347 57 55 0 120 121 11 1 117 66
Binary 11100111 101111 101101 0 1010000 1010001 1001 1 1001111 110110

Color Harmonies of #E72F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72F2D

Black with #E72F2D

Text Example


Text Example

White with #E72F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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