Html Css Color HEX #EE402D Cinnabar

📋 copy color: '#EE402D'

red 238 ◦ green 64 ◦ blue 45

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

Shades of Cinnabar #EE402D

Tints of Cinnabar #EE402D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 68.59%
G = 18.44%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE402D (or 0xEE402D) is known color: Cinnabar. HEX triplet: EE, 40 and 2D. RGB value is (238,64,45). Sum of RGB (Red+Green+Blue) = 238+64+45=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE402D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE402D is #11BFD2. Grayscale: #727272. Windows color (decimal): -1163219 or 2965742. OLE color: 2965742.

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

Color convert

RGB 238 64 45 -
CMYK 0 0.73 0.81 0.07
HSL 5.91º 0.85% 0.55% -
HSV(B) 5.91º 0.81% 0.93% -
XYZ 37.57 22.03 4.76 -
YUV 113.86 89.15 216.54 -
System Red Green Blue C M Y K H S L
Decimal 238 64 45 0 0.73 0.81 0.07 5.91 0.85 0.55
Hex EE 40 2D 0 49 51 7 6 55 37
Octal 356 100 55 0 111 121 7 6 125 67
Binary 11101110 1000000 101101 0 1001001 1010001 111 110 1010101 110111

Color Harmonies of #EE402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE402D

Black with #EE402D

Text Example


Text Example

White with #EE402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE402D; }

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

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

background-color css

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

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

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

border-color css

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

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

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