Html Css Color HEX #EE451D Cinnabar

📋 copy color: '#EE451D'

red 238 ◦ green 69 ◦ blue 29

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

Shades of Cinnabar #EE451D

Tints of Cinnabar #EE451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.54%

 BLUE value IS 29 (11.72% from 255) = 8.63%

R = 70.83%
G = 20.54%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE451D (or 0xEE451D) is known color: Cinnabar. HEX triplet: EE, 45 and 1D. RGB value is (238,69,29). Sum of RGB (Red+Green+Blue) = 238+69+29=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE451D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE451D is #11BAE2. Grayscale: #737373. Windows color (decimal): -1161955 or 1918446. OLE color: 1918446.

HSL color Cylindrical-coordinate representation of color #EE451D: hue angle of 11.48º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE451D is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 69 29 -
CMYK 0 0.71 0.88 0.07
HSL 11.48º 0.86% 0.52% -
HSV(B) 11.48º 0.88% 0.93% -
XYZ 37.61 22.52 3.53 -
YUV 114.97 79.49 215.75 -
System Red Green Blue C M Y K H S L
Decimal 238 69 29 0 0.71 0.88 0.07 11.48 0.86 0.52
Hex EE 45 1D 0 47 58 7 B 56 34
Octal 356 105 35 0 107 130 7 13 126 64
Binary 11101110 1000101 11101 0 1000111 1011000 111 1011 1010110 110100

Color Harmonies of #EE451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE451D

Black with #EE451D

Text Example


Text Example

White with #EE451D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE451D; }

 p { color: rgb(238,69,29); }

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

background-color css

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

 a { background-color: rgb(238,69,29); }

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

border-color css

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

 span { border-color: rgb(238,69,29); }

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