Html Css Color HEX #EE412F Cinnabar

📋 copy color: '#EE412F'

red 238 ◦ green 65 ◦ blue 47

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

Shades of Cinnabar #EE412F

Tints of Cinnabar #EE412F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 68%
G = 18.57%
B = 13.43%

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

#EE412F (or 0xEE412F) is known color: Cinnabar. HEX triplet: EE, 41 and 2F. RGB value is (238,65,47). Sum of RGB (Red+Green+Blue) = 238+65+47=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE412F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE412F is #11BED0. Grayscale: #727272. Windows color (decimal): -1162961 or 3097070. OLE color: 3097070.

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

Color convert

RGB 238 65 47 -
CMYK 0 0.73 0.80 0.07
HSL 5.65º 0.85% 0.56% -
HSV(B) 5.65º 0.8% 0.93% -
XYZ 37.66 22.16 4.98 -
YUV 114.68 89.81 215.96 -
System Red Green Blue C M Y K H S L
Decimal 238 65 47 0 0.73 0.80 0.07 5.65 0.85 0.56
Hex EE 41 2F 0 49 50 7 6 55 38
Octal 356 101 57 0 111 120 7 6 125 70
Binary 11101110 1000001 101111 0 1001001 1010000 111 110 1010101 111000

Color Harmonies of #EE412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE412F

Black with #EE412F

Text Example


Text Example

White with #EE412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE412F; }

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

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

background-color css

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

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

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

border-color css

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

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

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