Html Css Color HEX #EE413E Cinnabar

📋 copy color: '#EE413E'

red 238 ◦ green 65 ◦ blue 62

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

Shades of Cinnabar #EE413E

Tints of Cinnabar #EE413E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.99%

R = 65.21%
G = 17.81%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE413E (or 0xEE413E) is known color: Cinnabar. HEX triplet: EE, 41 and 3E. RGB value is (238,65,62). Sum of RGB (Red+Green+Blue) = 238+65+62=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE413E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE413E is #11BEC1. Grayscale: #747474. Windows color (decimal): -1162946 or 4080110. OLE color: 4080110.

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

Color convert

RGB 238 65 62 -
CMYK 0 0.73 0.74 0.07
HSL 1.02º 0.84% 0.59% -
HSV(B) 1.02º 0.74% 0.93% -
XYZ 38.02 22.31 6.86 -
YUV 116.39 97.31 214.74 -
System Red Green Blue C M Y K H S L
Decimal 238 65 62 0 0.73 0.74 0.07 1.02 0.84 0.59
Hex EE 41 3E 0 49 4A 7 1 54 3B
Octal 356 101 76 0 111 112 7 1 124 73
Binary 11101110 1000001 111110 0 1001001 1001010 111 1 1010100 111011

Color Harmonies of #EE413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE413E

Black with #EE413E

Text Example


Text Example

White with #EE413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE413E; }

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

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

background-color css

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

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

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

border-color css

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

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

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