Html Css Color HEX #E95022 Cinnabar

📋 copy color: '#E95022'

red 233 ◦ green 80 ◦ blue 34

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

Shades of Cinnabar #E95022

Tints of Cinnabar #E95022

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.05%

 BLUE value IS 34 (13.67% from 255) = 9.8%

R = 67.15%
G = 23.05%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#E95022 (or 0xE95022) is known color: Cinnabar. HEX triplet: E9, 50 and 22. RGB value is (233,80,34). Sum of RGB (Red+Green+Blue) = 233+80+34=347 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.15% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 233 - color contains mainly: red. Hex color #E95022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95022 is #16AFDD. Grayscale: #787878. Windows color (decimal): -1486814 or 2248937. OLE color: 2248937.

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

Color convert

RGB 233 80 34 -
CMYK 0 0.66 0.85 0.09
HSL 13.87º 0.82% 0.52% -
HSV(B) 13.87º 0.85% 0.91% -
XYZ 36.76 23.18 4.05 -
YUV 120.5 79.19 208.24 -
System Red Green Blue C M Y K H S L
Decimal 233 80 34 0 0.66 0.85 0.09 13.87 0.82 0.52
Hex E9 50 22 0 42 55 9 E 52 34
Octal 351 120 42 0 102 125 11 16 122 64
Binary 11101001 1010000 100010 0 1000010 1010101 1001 1110 1010010 110100

Color Harmonies of #E95022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95022

Black with #E95022

Text Example


Text Example

White with #E95022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95022; }

 p { color: rgb(233,80,34); }

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

background-color css

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

 a { background-color: rgb(233,80,34); }

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

border-color css

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

 span { border-color: rgb(233,80,34); }

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