Html Css Color HEX #EE4A29 Cinnabar

📋 copy color: '#EE4A29'

red 238 ◦ green 74 ◦ blue 41

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

Shades of Cinnabar #EE4A29

Tints of Cinnabar #EE4A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.61%

R = 67.42%
G = 20.96%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EE4A29 (or 0xEE4A29) is known color: Cinnabar. HEX triplet: EE, 4A and 29. RGB value is (238,74,41). Sum of RGB (Red+Green+Blue) = 238+74+41=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4A29 is #11B5D6. Grayscale: #777777. Windows color (decimal): -1160663 or 2706158. OLE color: 2706158.

HSL color Cylindrical-coordinate representation of color #EE4A29: hue angle of 10.05º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE4A29 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 74 41 -
CMYK 0 0.69 0.83 0.07
HSL 10.05º 0.85% 0.55% -
HSV(B) 10.05º 0.83% 0.93% -
XYZ 38.11 23.23 4.57 -
YUV 119.27 83.83 212.68 -
System Red Green Blue C M Y K H S L
Decimal 238 74 41 0 0.69 0.83 0.07 10.05 0.85 0.55
Hex EE 4A 29 0 45 53 7 A 55 37
Octal 356 112 51 0 105 123 7 12 125 67
Binary 11101110 1001010 101001 0 1000101 1010011 111 1010 1010101 110111

Color Harmonies of #EE4A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4A29

Black with #EE4A29

Text Example


Text Example

White with #EE4A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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