Html Css Color HEX #EE403A Cinnabar

📋 copy color: '#EE403A'

red 238 ◦ green 64 ◦ blue 58

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

Shades of Cinnabar #EE403A

Tints of Cinnabar #EE403A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.78%

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

R = 66.11%
G = 17.78%
B = 16.11%

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

#EE403A (or 0xEE403A) is known color: Cinnabar. HEX triplet: EE, 40 and 3A. RGB value is (238,64,58). Sum of RGB (Red+Green+Blue) = 238+64+58=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE403A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE403A is #11BFC5. Grayscale: #737373. Windows color (decimal): -1163206 or 3817710. OLE color: 3817710.

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

Color convert

RGB 238 64 58 -
CMYK 0 0.73 0.76 0.07
HSL 0.84% 0.58% -
HSV(B) 0.76% 0.93% -
XYZ 37.86 22.15 6.28 -
YUV 115.34 95.65 215.49 -
System Red Green Blue C M Y K H S L
Decimal 238 64 58 0 0.73 0.76 0.07 2 0.84 0.58
Hex EE 40 3A 0 49 4C 7 2 54 3A
Octal 356 100 72 0 111 114 7 2 124 72
Binary 11101110 1000000 111010 0 1001001 1001100 111 10 1010100 111010

Color Harmonies of #EE403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE403A

Black with #EE403A

Text Example


Text Example

White with #EE403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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