Html Css Color HEX #EE4430 Cinnabar

📋 copy color: '#EE4430'

red 238 ◦ green 68 ◦ blue 48

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

Shades of Cinnabar #EE4430

Tints of Cinnabar #EE4430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.56%

R = 67.23%
G = 19.21%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE4430 (or 0xEE4430) is known color: Cinnabar. HEX triplet: EE, 44 and 30. RGB value is (238,68,48). Sum of RGB (Red+Green+Blue) = 238+68+48=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4430 is #11BBCF. Grayscale: #747474. Windows color (decimal): -1162192 or 3163374. OLE color: 3163374.

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

Color convert

RGB 238 68 48 -
CMYK 0 0.71 0.80 0.07
HSL 6.32º 0.85% 0.56% -
HSV(B) 6.32º 0.8% 0.93% -
XYZ 37.86 22.52 5.15 -
YUV 116.55 89.32 214.63 -
System Red Green Blue C M Y K H S L
Decimal 238 68 48 0 0.71 0.80 0.07 6.32 0.85 0.56
Hex EE 44 30 0 47 50 7 6 55 38
Octal 356 104 60 0 107 120 7 6 125 70
Binary 11101110 1000100 110000 0 1000111 1010000 111 110 1010101 111000

Color Harmonies of #EE4430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4430

Black with #EE4430

Text Example


Text Example

White with #EE4430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4430; }

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

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

background-color css

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

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

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

border-color css

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

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

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