Html Css Color HEX #EE4440 Cinnabar

📋 copy color: '#EE4440'

red 238 ◦ green 68 ◦ blue 64

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

Shades of Cinnabar #EE4440

Tints of Cinnabar #EE4440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.38%

 BLUE value IS 64 (25.39% from 255) = 17.3%

R = 64.32%
G = 18.38%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EE4440 (or 0xEE4440) is known color: Cinnabar. HEX triplet: EE, 44 and 40. RGB value is (238,68,64). Sum of RGB (Red+Green+Blue) = 238+68+64=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4440 is #11BBBF. Grayscale: #767676. Windows color (decimal): -1162176 or 4211950. OLE color: 4211950.

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

Color convert

RGB 238 68 64 -
CMYK 0 0.71 0.73 0.07
HSL 1.38º 0.84% 0.59% -
HSV(B) 1.38º 0.73% 0.93% -
XYZ 38.25 22.68 7.21 -
YUV 118.37 97.32 213.33 -
System Red Green Blue C M Y K H S L
Decimal 238 68 64 0 0.71 0.73 0.07 1.38 0.84 0.59
Hex EE 44 40 0 47 49 7 1 54 3B
Octal 356 104 100 0 107 111 7 1 124 73
Binary 11101110 1000100 1000000 0 1000111 1001001 111 1 1010100 111011

Color Harmonies of #EE4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4440

Black with #EE4440

Text Example


Text Example

White with #EE4440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4440; }

 p { color: rgb(238,68,64); }

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

background-color css

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

 a { background-color: rgb(238,68,64); }

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

border-color css

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

 span { border-color: rgb(238,68,64); }

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