Html Css Color HEX #EE341C Cinnabar

📋 copy color: '#EE341C'

red 238 ◦ green 52 ◦ blue 28

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

Shades of Cinnabar #EE341C

Tints of Cinnabar #EE341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.35%

 BLUE value IS 28 (11.33% from 255) = 8.81%

R = 74.84%
G = 16.35%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE341C (or 0xEE341C) is known color: Cinnabar. HEX triplet: EE, 34 and 1C. RGB value is (238,52,28). Sum of RGB (Red+Green+Blue) = 238+52+28=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE341C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE341C is #11CBE3. Grayscale: #696969. Windows color (decimal): -1166308 or 1848558. OLE color: 1848558.

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

Color convert

RGB 238 52 28 -
CMYK 0 0.78 0.88 0.07
HSL 6.86º 0.86% 0.52% -
HSV(B) 6.86º 0.88% 0.93% -
XYZ 36.7 20.72 3.16 -
YUV 104.88 84.62 222.95 -
System Red Green Blue C M Y K H S L
Decimal 238 52 28 0 0.78 0.88 0.07 6.86 0.86 0.52
Hex EE 34 1C 0 4E 58 7 7 56 34
Octal 356 64 34 0 116 130 7 7 126 64
Binary 11101110 110100 11100 0 1001110 1011000 111 111 1010110 110100

Color Harmonies of #EE341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE341C

Black with #EE341C

Text Example


Text Example

White with #EE341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE341C; }

 p { color: rgb(238,52,28); }

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

background-color css

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

 a { background-color: rgb(238,52,28); }

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

border-color css

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

 span { border-color: rgb(238,52,28); }

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