Html Css Color HEX #EE4130 Cinnabar

📋 copy color: '#EE4130'

red 238 ◦ green 65 ◦ blue 48

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

Shades of Cinnabar #EE4130

Tints of Cinnabar #EE4130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.52%

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

R = 67.81%
G = 18.52%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE4130 (or 0xEE4130) is known color: Cinnabar. HEX triplet: EE, 41 and 30. RGB value is (238,65,48). Sum of RGB (Red+Green+Blue) = 238+65+48=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4130 is #11BECF. Grayscale: #737373. Windows color (decimal): -1162960 or 3162606. OLE color: 3162606.

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

Color convert

RGB 238 65 48 -
CMYK 0 0.73 0.80 0.07
HSL 5.37º 0.85% 0.56% -
HSV(B) 5.37º 0.8% 0.93% -
XYZ 37.68 22.17 5.09 -
YUV 114.79 90.31 215.88 -
System Red Green Blue C M Y K H S L
Decimal 238 65 48 0 0.73 0.80 0.07 5.37 0.85 0.56
Hex EE 41 30 0 49 50 7 5 55 38
Octal 356 101 60 0 111 120 7 5 125 70
Binary 11101110 1000001 110000 0 1001001 1010000 111 101 1010101 111000

Color Harmonies of #EE4130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4130

Black with #EE4130

Text Example


Text Example

White with #EE4130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4130; }

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

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

background-color css

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

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

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

border-color css

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

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

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