Html Css Color HEX #EE3F2E Cinnabar

📋 copy color: '#EE3F2E'

red 238 ◦ green 63 ◦ blue 46

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

Shades of Cinnabar #EE3F2E

Tints of Cinnabar #EE3F2E

RGB

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

 GREEN value IS 63 (25% from 255) = 18.16%

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

R = 68.59%
G = 18.16%
B = 13.26%

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

#EE3F2E (or 0xEE3F2E) is known color: Cinnabar. HEX triplet: EE, 3F and 2E. RGB value is (238,63,46). Sum of RGB (Red+Green+Blue) = 238+63+46=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3F2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3F2E is #11C0D1. Grayscale: #717171. Windows color (decimal): -1163474 or 3031022. OLE color: 3031022.

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

Color convert

RGB 238 63 46 -
CMYK 0 0.74 0.81 0.07
HSL 5.31º 0.85% 0.56% -
HSV(B) 5.31º 0.81% 0.93% -
XYZ 37.53 21.93 4.84 -
YUV 113.39 89.98 216.88 -
System Red Green Blue C M Y K H S L
Decimal 238 63 46 0 0.74 0.81 0.07 5.31 0.85 0.56
Hex EE 3F 2E 0 4A 51 7 5 55 38
Octal 356 77 56 0 112 121 7 5 125 70
Binary 11101110 111111 101110 0 1001010 1010001 111 101 1010101 111000

Color Harmonies of #EE3F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3F2E

Black with #EE3F2E

Text Example


Text Example

White with #EE3F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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