Html Css Color HEX #EE342B Cinnabar

📋 copy color: '#EE342B'

red 238 ◦ green 52 ◦ blue 43

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

Shades of Cinnabar #EE342B

Tints of Cinnabar #EE342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.91%

R = 71.47%
G = 15.62%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE342B (or 0xEE342B) is known color: Cinnabar. HEX triplet: EE, 34 and 2B. RGB value is (238,52,43). Sum of RGB (Red+Green+Blue) = 238+52+43=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE342B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE342B is #11CBD4. Grayscale: #6A6A6A. Windows color (decimal): -1166293 or 2831598. OLE color: 2831598.

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

Color convert

RGB 238 52 43 -
CMYK 0 0.78 0.82 0.07
HSL 2.77º 0.85% 0.55% -
HSV(B) 2.77º 0.82% 0.93% -
XYZ 36.92 20.81 4.36 -
YUV 106.59 92.12 221.73 -
System Red Green Blue C M Y K H S L
Decimal 238 52 43 0 0.78 0.82 0.07 2.77 0.85 0.55
Hex EE 34 2B 0 4E 52 7 3 55 37
Octal 356 64 53 0 116 122 7 3 125 67
Binary 11101110 110100 101011 0 1001110 1010010 111 11 1010101 110111

Color Harmonies of #EE342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE342B

Black with #EE342B

Text Example


Text Example

White with #EE342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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