Html Css Color HEX #E95130 Cinnabar

📋 copy color: '#E95130'

red 233 ◦ green 81 ◦ blue 48

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

Shades of Cinnabar #E95130

Tints of Cinnabar #E95130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.38%

 BLUE value IS 48 (19.14% from 255) = 13.26%

R = 64.36%
G = 22.38%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E95130 (or 0xE95130) is known color: Cinnabar. HEX triplet: E9, 51 and 30. RGB value is (233,81,48). Sum of RGB (Red+Green+Blue) = 233+81+48=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E95130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95130 is #16AECF. Grayscale: #7A7A7A. Windows color (decimal): -1486544 or 3166697. OLE color: 3166697.

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

Color convert

RGB 233 81 48 -
CMYK 0 0.65 0.79 0.09
HSL 10.7º 0.81% 0.55% -
HSV(B) 10.7º 0.79% 0.91% -
XYZ 37.08 23.42 5.36 -
YUV 122.69 85.86 206.68 -
System Red Green Blue C M Y K H S L
Decimal 233 81 48 0 0.65 0.79 0.09 10.7 0.81 0.55
Hex E9 51 30 0 41 4F 9 B 51 37
Octal 351 121 60 0 101 117 11 13 121 67
Binary 11101001 1010001 110000 0 1000001 1001111 1001 1011 1010001 110111

Color Harmonies of #E95130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95130

Black with #E95130

Text Example


Text Example

White with #E95130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95130; }

 p { color: rgb(233,81,48); }

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

background-color css

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

 a { background-color: rgb(233,81,48); }

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

border-color css

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

 span { border-color: rgb(233,81,48); }

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