Html Css Color HEX #E92520 Cinnabar

📋 copy color: '#E92520'

red 233 ◦ green 37 ◦ blue 32

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

Shades of Cinnabar #E92520

Tints of Cinnabar #E92520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.25%

 BLUE value IS 32 (12.89% from 255) = 10.6%

R = 77.15%
G = 12.25%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E92520 (or 0xE92520) is known color: Cinnabar. HEX triplet: E9, 25 and 20. RGB value is (233,37,32). Sum of RGB (Red+Green+Blue) = 233+37+32=302 (40% of max value = 765). Red value is 233 (91.41% from 255 or 77.15% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 233 - color contains mainly: red. Hex color #E92520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92520 is #16DADF. Grayscale: #5F5F5F. Windows color (decimal): -1497824 or 2106857. OLE color: 2106857.

HSL color Cylindrical-coordinate representation of color #E92520: hue angle of 1.49º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E92520 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 37 32 -
CMYK 0 0.84 0.86 0.09
HSL 1.49º 0.82% 0.52% -
HSV(B) 1.49º 0.86% 0.91% -
XYZ 34.53 18.75 3.17 -
YUV 95.03 92.43 226.41 -
System Red Green Blue C M Y K H S L
Decimal 233 37 32 0 0.84 0.86 0.09 1.49 0.82 0.52
Hex E9 25 20 0 54 56 9 1 52 34
Octal 351 45 40 0 124 126 11 1 122 64
Binary 11101001 100101 100000 0 1010100 1010110 1001 1 1010010 110100

Color Harmonies of #E92520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92520

Black with #E92520

Text Example


Text Example

White with #E92520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92520; }

 p { color: rgb(233,37,32); }

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

background-color css

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

 a { background-color: rgb(233,37,32); }

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

border-color css

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

 span { border-color: rgb(233,37,32); }

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