Html Css Color HEX #EE4A2A Cinnabar

📋 copy color: '#EE4A2A'

red 238 ◦ green 74 ◦ blue 42

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

Shades of Cinnabar #EE4A2A

Tints of Cinnabar #EE4A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.86%

R = 67.23%
G = 20.9%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE4A2A (or 0xEE4A2A) is known color: Cinnabar. HEX triplet: EE, 4A and 2A. RGB value is (238,74,42). Sum of RGB (Red+Green+Blue) = 238+74+42=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4A2A is #11B5D5. Grayscale: #777777. Windows color (decimal): -1160662 or 2771694. OLE color: 2771694.

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

Color convert

RGB 238 74 42 -
CMYK 0 0.69 0.82 0.07
HSL 9.8º 0.85% 0.55% -
HSV(B) 9.8º 0.82% 0.93% -
XYZ 38.13 23.24 4.67 -
YUV 119.39 84.33 212.6 -
System Red Green Blue C M Y K H S L
Decimal 238 74 42 0 0.69 0.82 0.07 9.8 0.85 0.55
Hex EE 4A 2A 0 45 52 7 A 55 37
Octal 356 112 52 0 105 122 7 12 125 67
Binary 11101110 1001010 101010 0 1000101 1010010 111 1010 1010101 110111

Color Harmonies of #EE4A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4A2A

Black with #EE4A2A

Text Example


Text Example

White with #EE4A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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