Html Css Color HEX #EE3E2E Cinnabar

📋 copy color: '#EE3E2E'

red 238 ◦ green 62 ◦ blue 46

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

Shades of Cinnabar #EE3E2E

Tints of Cinnabar #EE3E2E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.92%

 BLUE value IS 46 (18.36% from 255) = 13.29%

R = 68.79%
G = 17.92%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE3E2E (or 0xEE3E2E) is known color: Cinnabar. HEX triplet: EE, 3E and 2E. RGB value is (238,62,46). Sum of RGB (Red+Green+Blue) = 238+62+46=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3E2E is #11C1D1. Grayscale: #717171. Windows color (decimal): -1163730 or 3030766. OLE color: 3030766.

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

Color convert

RGB 238 62 46 -
CMYK 0 0.74 0.81 0.07
HSL 0.85% 0.56% -
HSV(B) 0.81% 0.93% -
XYZ 37.48 21.82 4.82 -
YUV 112.8 90.31 217.3 -
System Red Green Blue C M Y K H S L
Decimal 238 62 46 0 0.74 0.81 0.07 5 0.85 0.56
Hex EE 3E 2E 0 4A 51 7 5 55 38
Octal 356 76 56 0 112 121 7 5 125 70
Binary 11101110 111110 101110 0 1001010 1010001 111 101 1010101 111000

Color Harmonies of #EE3E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3E2E

Black with #EE3E2E

Text Example


Text Example

White with #EE3E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3E2E; }

 p { color: rgb(238,62,46); }

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

background-color css

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

 a { background-color: rgb(238,62,46); }

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

border-color css

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

 span { border-color: rgb(238,62,46); }

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