Html Css Color HEX #EE331F Cinnabar

📋 copy color: '#EE331F'

red 238 ◦ green 51 ◦ blue 31

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

Shades of Cinnabar #EE331F

Tints of Cinnabar #EE331F

RGB

 RED value IS 238 (93.36% from 255) = 74.38%

 GREEN value IS 51 (20.31% from 255) = 15.94%

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 74.38%
G = 15.94%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE331F (or 0xEE331F) is known color: Cinnabar. HEX triplet: EE, 33 and 1F. RGB value is (238,51,31). Sum of RGB (Red+Green+Blue) = 238+51+31=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE331F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE331F is #11CCE0. Grayscale: #686868. Windows color (decimal): -1166561 or 2044910. OLE color: 2044910.

HSL color Cylindrical-coordinate representation of color #EE331F: hue angle of 5.8º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE331F is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 51 31 -
CMYK 0 0.79 0.87 0.07
HSL 5.8º 0.86% 0.53% -
HSV(B) 5.8º 0.87% 0.93% -
XYZ 36.69 20.64 3.35 -
YUV 104.63 86.45 223.13 -
System Red Green Blue C M Y K H S L
Decimal 238 51 31 0 0.79 0.87 0.07 5.8 0.86 0.53
Hex EE 33 1F 0 4F 57 7 6 56 35
Octal 356 63 37 0 117 127 7 6 126 65
Binary 11101110 110011 11111 0 1001111 1010111 111 110 1010110 110101

Color Harmonies of #EE331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE331F

Black with #EE331F

Text Example


Text Example

White with #EE331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE331F; }

 p { color: rgb(238,51,31); }

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

background-color css

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

 a { background-color: rgb(238,51,31); }

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

border-color css

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

 span { border-color: rgb(238,51,31); }

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