Html Css Color HEX #E9452A Cinnabar

📋 copy color: '#E9452A'

red 233 ◦ green 69 ◦ blue 42

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

Shades of Cinnabar #E9452A

Tints of Cinnabar #E9452A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.06%

 BLUE value IS 42 (16.8% from 255) = 12.21%

R = 67.73%
G = 20.06%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E9452A (or 0xE9452A) is known color: Cinnabar. HEX triplet: E9, 45 and 2A. RGB value is (233,69,42). Sum of RGB (Red+Green+Blue) = 233+69+42=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E9452A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9452A is #16BAD5. Grayscale: #737373. Windows color (decimal): -1489622 or 2770409. OLE color: 2770409.

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

Color convert

RGB 233 69 42 -
CMYK 0 0.70 0.82 0.09
HSL 8.48º 0.81% 0.54% -
HSV(B) 8.48º 0.82% 0.91% -
XYZ 36.15 21.75 4.48 -
YUV 114.96 86.83 212.2 -
System Red Green Blue C M Y K H S L
Decimal 233 69 42 0 0.70 0.82 0.09 8.48 0.81 0.54
Hex E9 45 2A 0 46 52 9 8 51 36
Octal 351 105 52 0 106 122 11 10 121 66
Binary 11101001 1000101 101010 0 1000110 1010010 1001 1000 1010001 110110

Color Harmonies of #E9452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9452A

Black with #E9452A

Text Example


Text Example

White with #E9452A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9452A; }

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

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

background-color css

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

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

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

border-color css

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

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

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