Html Css Color HEX #EE371A Cinnabar

📋 copy color: '#EE371A'

red 238 ◦ green 55 ◦ blue 26

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

Shades of Cinnabar #EE371A

Tints of Cinnabar #EE371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.24%

 BLUE value IS 26 (10.55% from 255) = 8.15%

R = 74.61%
G = 17.24%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE371A (or 0xEE371A) is known color: Cinnabar. HEX triplet: EE, 37 and 1A. RGB value is (238,55,26). Sum of RGB (Red+Green+Blue) = 238+55+26=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE371A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE371A is #11C8E5. Grayscale: #6A6A6A. Windows color (decimal): -1165542 or 1718254. OLE color: 1718254.

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

Color convert

RGB 238 55 26 -
CMYK 0 0.77 0.89 0.07
HSL 8.21º 0.86% 0.52% -
HSV(B) 8.21º 0.89% 0.93% -
XYZ 36.81 20.98 3.09 -
YUV 106.41 82.63 221.86 -
System Red Green Blue C M Y K H S L
Decimal 238 55 26 0 0.77 0.89 0.07 8.21 0.86 0.52
Hex EE 37 1A 0 4D 59 7 8 56 34
Octal 356 67 32 0 115 131 7 10 126 64
Binary 11101110 110111 11010 0 1001101 1011001 111 1000 1010110 110100

Color Harmonies of #EE371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE371A

Black with #EE371A

Text Example


Text Example

White with #EE371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE371A; }

 p { color: rgb(238,55,26); }

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

background-color css

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

 a { background-color: rgb(238,55,26); }

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

border-color css

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

 span { border-color: rgb(238,55,26); }

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