Html Css Color HEX #E92D27 Cinnabar

📋 copy color: '#E92D27'

red 233 ◦ green 45 ◦ blue 39

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

Shades of Cinnabar #E92D27

Tints of Cinnabar #E92D27

RGB

 RED value IS 233 (91.41% from 255) = 73.5%

 GREEN value IS 45 (17.97% from 255) = 14.2%

 BLUE value IS 39 (15.63% from 255) = 12.3%

R = 73.5%
G = 14.2%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E92D27 (or 0xE92D27) is known color: Cinnabar. HEX triplet: E9, 2D and 27. RGB value is (233,45,39). Sum of RGB (Red+Green+Blue) = 233+45+39=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92D27 is #16D2D8. Grayscale: #646464. Windows color (decimal): -1495769 or 2567657. OLE color: 2567657.

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

Color convert

RGB 233 45 39 -
CMYK 0 0.81 0.83 0.09
HSL 1.86º 0.82% 0.53% -
HSV(B) 1.86º 0.83% 0.91% -
XYZ 34.91 19.35 3.81 -
YUV 100.53 93.28 222.49 -
System Red Green Blue C M Y K H S L
Decimal 233 45 39 0 0.81 0.83 0.09 1.86 0.82 0.53
Hex E9 2D 27 0 51 53 9 2 52 35
Octal 351 55 47 0 121 123 11 2 122 65
Binary 11101001 101101 100111 0 1010001 1010011 1001 10 1010010 110101

Color Harmonies of #E92D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92D27

Black with #E92D27

Text Example


Text Example

White with #E92D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92D27; }

 p { color: rgb(233,45,39); }

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

background-color css

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

 a { background-color: rgb(233,45,39); }

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

border-color css

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

 span { border-color: rgb(233,45,39); }

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