Html Css Color HEX #EB3A2C Cinnabar

📋 copy color: '#EB3A2C'

red 235 ◦ green 58 ◦ blue 44

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

Shades of Cinnabar #EB3A2C

Tints of Cinnabar #EB3A2C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.21%

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

R = 69.73%
G = 17.21%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB3A2C (or 0xEB3A2C) is known color: Cinnabar. HEX triplet: EB, 3A and 2C. RGB value is (235,58,44). Sum of RGB (Red+Green+Blue) = 235+58+44=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3A2C is #14C5D3. Grayscale: #6D6D6D. Windows color (decimal): -1361364 or 2898667. OLE color: 2898667.

HSL color Cylindrical-coordinate representation of color #EB3A2C: hue angle of 4.4º 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 #EB3A2C is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 58 44 -
CMYK 0 0.75 0.81 0.08
HSL 4.4º 0.83% 0.55% -
HSV(B) 4.4º 0.81% 0.92% -
XYZ 36.23 20.87 4.5 -
YUV 109.33 91.14 217.64 -
System Red Green Blue C M Y K H S L
Decimal 235 58 44 0 0.75 0.81 0.08 4.4 0.83 0.55
Hex EB 3A 2C 0 4B 51 8 4 53 37
Octal 353 72 54 0 113 121 10 4 123 67
Binary 11101011 111010 101100 0 1001011 1010001 1000 100 1010011 110111

Color Harmonies of #EB3A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A2C

Black with #EB3A2C

Text Example


Text Example

White with #EB3A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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