Html Css Color HEX #EE453C Cinnabar

📋 copy color: '#EE453C'

red 238 ◦ green 69 ◦ blue 60

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

Shades of Cinnabar #EE453C

Tints of Cinnabar #EE453C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.8%

 BLUE value IS 60 (23.83% from 255) = 16.35%

R = 64.85%
G = 18.8%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE453C (or 0xEE453C) is known color: Cinnabar. HEX triplet: EE, 45 and 3C. RGB value is (238,69,60). Sum of RGB (Red+Green+Blue) = 238+69+60=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE453C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE453C is #11BAC3. Grayscale: #767676. Windows color (decimal): -1161924 or 3950062. OLE color: 3950062.

HSL color Cylindrical-coordinate representation of color #EE453C: hue angle of 3.03º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE453C is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 69 60 -
CMYK 0 0.71 0.75 0.07
HSL 3.03º 0.84% 0.58% -
HSV(B) 3.03º 0.75% 0.93% -
XYZ 38.2 22.76 6.65 -
YUV 118.51 94.99 213.23 -
System Red Green Blue C M Y K H S L
Decimal 238 69 60 0 0.71 0.75 0.07 3.03 0.84 0.58
Hex EE 45 3C 0 47 4B 7 3 54 3A
Octal 356 105 74 0 107 113 7 3 124 72
Binary 11101110 1000101 111100 0 1000111 1001011 111 11 1010100 111010

Color Harmonies of #EE453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE453C

Black with #EE453C

Text Example


Text Example

White with #EE453C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE453C; }

 p { color: rgb(238,69,60); }

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

background-color css

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

 a { background-color: rgb(238,69,60); }

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

border-color css

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

 span { border-color: rgb(238,69,60); }

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