Html Css Color HEX #EB332C Cinnabar

📋 copy color: '#EB332C'

red 235 ◦ green 51 ◦ blue 44

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

Shades of Cinnabar #EB332C

Tints of Cinnabar #EB332C

RGB

 RED value IS 235 (92.19% from 255) = 71.21%

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

 BLUE value IS 44 (17.58% from 255) = 13.33%

R = 71.21%
G = 15.45%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB332C (or 0xEB332C) is known color: Cinnabar. HEX triplet: EB, 33 and 2C. RGB value is (235,51,44). Sum of RGB (Red+Green+Blue) = 235+51+44=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB332C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB332C is #14CCD3. Grayscale: #696969. Windows color (decimal): -1363156 or 2896875. OLE color: 2896875.

HSL color Cylindrical-coordinate representation of color #EB332C: hue angle of 2.2º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB332C is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 51 44 -
CMYK 0 0.78 0.81 0.08
HSL 2.2º 0.83% 0.55% -
HSV(B) 2.2º 0.81% 0.92% -
XYZ 35.9 20.21 4.39 -
YUV 105.22 93.46 220.57 -
System Red Green Blue C M Y K H S L
Decimal 235 51 44 0 0.78 0.81 0.08 2.2 0.83 0.55
Hex EB 33 2C 0 4E 51 8 2 53 37
Octal 353 63 54 0 116 121 10 2 123 67
Binary 11101011 110011 101100 0 1001110 1010001 1000 10 1010011 110111

Color Harmonies of #EB332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB332C

Black with #EB332C

Text Example


Text Example

White with #EB332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB332C; }

 p { color: rgb(235,51,44); }

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

background-color css

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

 a { background-color: rgb(235,51,44); }

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

border-color css

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

 span { border-color: rgb(235,51,44); }

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