Html Css Color HEX #EE332B Cinnabar

📋 copy color: '#EE332B'

red 238 ◦ green 51 ◦ blue 43

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

Shades of Cinnabar #EE332B

Tints of Cinnabar #EE332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.36%

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

R = 71.69%
G = 15.36%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE332B (or 0xEE332B) is known color: Cinnabar. HEX triplet: EE, 33 and 2B. RGB value is (238,51,43). Sum of RGB (Red+Green+Blue) = 238+51+43=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE332B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE332B is #11CCD4. Grayscale: #6A6A6A. Windows color (decimal): -1166549 or 2831342. OLE color: 2831342.

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

Color convert

RGB 238 51 43 -
CMYK 0 0.79 0.82 0.07
HSL 2.46º 0.85% 0.55% -
HSV(B) 2.46º 0.82% 0.93% -
XYZ 36.88 20.72 4.34 -
YUV 106 92.45 222.15 -
System Red Green Blue C M Y K H S L
Decimal 238 51 43 0 0.79 0.82 0.07 2.46 0.85 0.55
Hex EE 33 2B 0 4F 52 7 2 55 37
Octal 356 63 53 0 117 122 7 2 125 67
Binary 11101110 110011 101011 0 1001111 1010010 111 10 1010101 110111

Color Harmonies of #EE332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE332B

Black with #EE332B

Text Example


Text Example

White with #EE332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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