Html Css Color HEX #EB372C Cinnabar

📋 copy color: '#EB372C'

red 235 ◦ green 55 ◦ blue 44

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

Shades of Cinnabar #EB372C

Tints of Cinnabar #EB372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.47%

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

R = 70.36%
G = 16.47%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB372C (or 0xEB372C) is known color: Cinnabar. HEX triplet: EB, 37 and 2C. RGB value is (235,55,44). Sum of RGB (Red+Green+Blue) = 235+55+44=334 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.36% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 235 - color contains mainly: red. Hex color #EB372C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB372C is #14C8D3. Grayscale: #6B6B6B. Windows color (decimal): -1362132 or 2897899. OLE color: 2897899.

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

Color convert

RGB 235 55 44 -
CMYK 0 0.77 0.81 0.08
HSL 3.46º 0.83% 0.55% -
HSV(B) 3.46º 0.81% 0.92% -
XYZ 36.08 20.58 4.45 -
YUV 107.57 92.13 218.89 -
System Red Green Blue C M Y K H S L
Decimal 235 55 44 0 0.77 0.81 0.08 3.46 0.83 0.55
Hex EB 37 2C 0 4D 51 8 3 53 37
Octal 353 67 54 0 115 121 10 3 123 67
Binary 11101011 110111 101100 0 1001101 1010001 1000 11 1010011 110111

Color Harmonies of #EB372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB372C

Black with #EB372C

Text Example


Text Example

White with #EB372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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