Html Css Color HEX #EE341A Cinnabar

📋 copy color: '#EE341A'

red 238 ◦ green 52 ◦ blue 26

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

Shades of Cinnabar #EE341A

Tints of Cinnabar #EE341A

RGB

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

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

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

R = 75.32%
G = 16.46%
B = 8.23%

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

#EE341A (or 0xEE341A) is known color: Cinnabar. HEX triplet: EE, 34 and 1A. RGB value is (238,52,26). Sum of RGB (Red+Green+Blue) = 238+52+26=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE341A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE341A is #11CBE5. Grayscale: #686868. Windows color (decimal): -1166310 or 1717486. OLE color: 1717486.

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

Color convert

RGB 238 52 26 -
CMYK 0 0.78 0.89 0.07
HSL 7.36º 0.86% 0.52% -
HSV(B) 7.36º 0.89% 0.93% -
XYZ 36.67 20.71 3.04 -
YUV 104.65 83.62 223.11 -
System Red Green Blue C M Y K H S L
Decimal 238 52 26 0 0.78 0.89 0.07 7.36 0.86 0.52
Hex EE 34 1A 0 4E 59 7 7 56 34
Octal 356 64 32 0 116 131 7 7 126 64
Binary 11101110 110100 11010 0 1001110 1011001 111 111 1010110 110100

Color Harmonies of #EE341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE341A

Black with #EE341A

Text Example


Text Example

White with #EE341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE341A; }

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

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

background-color css

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

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

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

border-color css

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

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

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