Html Css Color HEX #EE302A Cinnabar

📋 copy color: '#EE302A'

red 238 ◦ green 48 ◦ blue 42

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

Shades of Cinnabar #EE302A

Tints of Cinnabar #EE302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

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

R = 72.56%
G = 14.63%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE302A (or 0xEE302A) is known color: Cinnabar. HEX triplet: EE, 30 and 2A. RGB value is (238,48,42). Sum of RGB (Red+Green+Blue) = 238+48+42=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE302A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE302A is #11CFD5. Grayscale: #686868. Windows color (decimal): -1167318 or 2765038. OLE color: 2765038.

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

Color convert

RGB 238 48 42 -
CMYK 0 0.80 0.82 0.07
HSL 1.84º 0.85% 0.55% -
HSV(B) 1.84º 0.82% 0.93% -
XYZ 36.73 20.46 4.2 -
YUV 104.13 92.95 223.49 -
System Red Green Blue C M Y K H S L
Decimal 238 48 42 0 0.80 0.82 0.07 1.84 0.85 0.55
Hex EE 30 2A 0 50 52 7 2 55 37
Octal 356 60 52 0 120 122 7 2 125 67
Binary 11101110 110000 101010 0 1010000 1010010 111 10 1010101 110111

Color Harmonies of #EE302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE302A

Black with #EE302A

Text Example


Text Example

White with #EE302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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