Html Css Color HEX #EE413A Cinnabar

📋 copy color: '#EE413A'

red 238 ◦ green 65 ◦ blue 58

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

Shades of Cinnabar #EE413A

Tints of Cinnabar #EE413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.07%

R = 65.93%
G = 18.01%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EE413A (or 0xEE413A) is known color: Cinnabar. HEX triplet: EE, 41 and 3A. RGB value is (238,65,58). Sum of RGB (Red+Green+Blue) = 238+65+58=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE413A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE413A is #11BEC5. Grayscale: #747474. Windows color (decimal): -1162950 or 3817966. OLE color: 3817966.

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

Color convert

RGB 238 65 58 -
CMYK 0 0.73 0.76 0.07
HSL 2.33º 0.84% 0.58% -
HSV(B) 2.33º 0.76% 0.93% -
XYZ 37.91 22.26 6.3 -
YUV 115.93 95.31 215.07 -
System Red Green Blue C M Y K H S L
Decimal 238 65 58 0 0.73 0.76 0.07 2.33 0.84 0.58
Hex EE 41 3A 0 49 4C 7 2 54 3A
Octal 356 101 72 0 111 114 7 2 124 72
Binary 11101110 1000001 111010 0 1001001 1001100 111 10 1010100 111010

Color Harmonies of #EE413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE413A

Black with #EE413A

Text Example


Text Example

White with #EE413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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