Html Css Color HEX #EB3E2C Cinnabar

📋 copy color: '#EB3E2C'

red 235 ◦ green 62 ◦ blue 44

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

Shades of Cinnabar #EB3E2C

Tints of Cinnabar #EB3E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.18%

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

R = 68.91%
G = 18.18%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB3E2C (or 0xEB3E2C) is known color: Cinnabar. HEX triplet: EB, 3E and 2C. RGB value is (235,62,44). Sum of RGB (Red+Green+Blue) = 235+62+44=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3E2C is #14C1D3. Grayscale: #6F6F6F. Windows color (decimal): -1360340 or 2899691. OLE color: 2899691.

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

Color convert

RGB 235 62 44 -
CMYK 0 0.74 0.81 0.08
HSL 5.65º 0.83% 0.55% -
HSV(B) 5.65º 0.81% 0.92% -
XYZ 36.44 21.29 4.57 -
YUV 111.68 89.81 215.96 -
System Red Green Blue C M Y K H S L
Decimal 235 62 44 0 0.74 0.81 0.08 5.65 0.83 0.55
Hex EB 3E 2C 0 4A 51 8 6 53 37
Octal 353 76 54 0 112 121 10 6 123 67
Binary 11101011 111110 101100 0 1001010 1010001 1000 110 1010011 110111

Color Harmonies of #EB3E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3E2C

Black with #EB3E2C

Text Example


Text Example

White with #EB3E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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