Html Css Color HEX #EE351A Cinnabar

📋 copy color: '#EE351A'

red 238 ◦ green 53 ◦ blue 26

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

Shades of Cinnabar #EE351A

Tints of Cinnabar #EE351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

 BLUE value IS 26 (10.55% from 255) = 8.2%

R = 75.08%
G = 16.72%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE351A (or 0xEE351A) is known color: Cinnabar. HEX triplet: EE, 35 and 1A. RGB value is (238,53,26). Sum of RGB (Red+Green+Blue) = 238+53+26=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE351A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE351A is #11CAE5. Grayscale: #696969. Windows color (decimal): -1166054 or 1717742. OLE color: 1717742.

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

Color convert

RGB 238 53 26 -
CMYK 0 0.78 0.89 0.07
HSL 7.64º 0.86% 0.52% -
HSV(B) 7.64º 0.89% 0.93% -
XYZ 36.72 20.8 3.06 -
YUV 105.24 83.29 222.7 -
System Red Green Blue C M Y K H S L
Decimal 238 53 26 0 0.78 0.89 0.07 7.64 0.86 0.52
Hex EE 35 1A 0 4E 59 7 8 56 34
Octal 356 65 32 0 116 131 7 10 126 64
Binary 11101110 110101 11010 0 1001110 1011001 111 1000 1010110 110100

Color Harmonies of #EE351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE351A

Black with #EE351A

Text Example


Text Example

White with #EE351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE351A; }

 p { color: rgb(238,53,26); }

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

background-color css

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

 a { background-color: rgb(238,53,26); }

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

border-color css

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

 span { border-color: rgb(238,53,26); }

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