Html Css Color HEX #E92A21 Cinnabar

📋 copy color: '#E92A21'

red 233 ◦ green 42 ◦ blue 33

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

Shades of Cinnabar #E92A21

Tints of Cinnabar #E92A21

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.64%

 BLUE value IS 33 (13.28% from 255) = 10.71%

R = 75.65%
G = 13.64%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E92A21 (or 0xE92A21) is known color: Cinnabar. HEX triplet: E9, 2A and 21. RGB value is (233,42,33). Sum of RGB (Red+Green+Blue) = 233+42+33=308 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.65% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A21 is #16D5DE. Grayscale: #626262. Windows color (decimal): -1496543 or 2173673. OLE color: 2173673.

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

Color convert

RGB 233 42 33 -
CMYK 0 0.82 0.86 0.09
HSL 2.7º 0.82% 0.52% -
HSV(B) 2.7º 0.86% 0.91% -
XYZ 34.71 19.09 3.29 -
YUV 98.08 91.28 224.23 -
System Red Green Blue C M Y K H S L
Decimal 233 42 33 0 0.82 0.86 0.09 2.7 0.82 0.52
Hex E9 2A 21 0 52 56 9 3 52 34
Octal 351 52 41 0 122 126 11 3 122 64
Binary 11101001 101010 100001 0 1010010 1010110 1001 11 1010010 110100

Color Harmonies of #E92A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92A21

Black with #E92A21

Text Example


Text Example

White with #E92A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92A21; }

 p { color: rgb(233,42,33); }

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

background-color css

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

 a { background-color: rgb(233,42,33); }

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

border-color css

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

 span { border-color: rgb(233,42,33); }

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