Html Css Color HEX #EE4A1B Cinnabar

📋 copy color: '#EE4A1B'

red 238 ◦ green 74 ◦ blue 27

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

Shades of Cinnabar #EE4A1B

Tints of Cinnabar #EE4A1B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.83%

 BLUE value IS 27 (10.94% from 255) = 7.96%

R = 70.21%
G = 21.83%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE4A1B (or 0xEE4A1B) is known color: Cinnabar. HEX triplet: EE, 4A and 1B. RGB value is (238,74,27). Sum of RGB (Red+Green+Blue) = 238+74+27=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4A1B is #11B5E4. Grayscale: #767676. Windows color (decimal): -1160677 or 1788654. OLE color: 1788654.

HSL color Cylindrical-coordinate representation of color #EE4A1B: hue angle of 13.36º 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 #EE4A1B is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 74 27 -
CMYK 0 0.69 0.89 0.07
HSL 13.36º 0.86% 0.52% -
HSV(B) 13.36º 0.89% 0.93% -
XYZ 37.91 23.15 3.51 -
YUV 117.68 76.83 213.82 -
System Red Green Blue C M Y K H S L
Decimal 238 74 27 0 0.69 0.89 0.07 13.36 0.86 0.52
Hex EE 4A 1B 0 45 59 7 D 56 34
Octal 356 112 33 0 105 131 7 15 126 64
Binary 11101110 1001010 11011 0 1000101 1011001 111 1101 1010110 110100

Color Harmonies of #EE4A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4A1B

Black with #EE4A1B

Text Example


Text Example

White with #EE4A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4A1B; }

 p { color: rgb(238,74,27); }

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

background-color css

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

 a { background-color: rgb(238,74,27); }

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

border-color css

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

 span { border-color: rgb(238,74,27); }

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