Html Css Color HEX #EE351F Cinnabar

📋 copy color: '#EE351F'

red 238 ◦ green 53 ◦ blue 31

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

Shades of Cinnabar #EE351F

Tints of Cinnabar #EE351F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.63%

R = 73.91%
G = 16.46%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE351F (or 0xEE351F) is known color: Cinnabar. HEX triplet: EE, 35 and 1F. RGB value is (238,53,31). Sum of RGB (Red+Green+Blue) = 238+53+31=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE351F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE351F is #11CAE0. Grayscale: #6A6A6A. Windows color (decimal): -1166049 or 2045422. OLE color: 2045422.

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

Color convert

RGB 238 53 31 -
CMYK 0 0.78 0.87 0.07
HSL 6.38º 0.86% 0.53% -
HSV(B) 6.38º 0.87% 0.93% -
XYZ 36.78 20.82 3.38 -
YUV 105.81 85.79 222.29 -
System Red Green Blue C M Y K H S L
Decimal 238 53 31 0 0.78 0.87 0.07 6.38 0.86 0.53
Hex EE 35 1F 0 4E 57 7 6 56 35
Octal 356 65 37 0 116 127 7 6 126 65
Binary 11101110 110101 11111 0 1001110 1010111 111 110 1010110 110101

Color Harmonies of #EE351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE351F

Black with #EE351F

Text Example


Text Example

White with #EE351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE351F; }

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

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

background-color css

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

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

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

border-color css

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

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

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