Html Css Color HEX #EB3E37 Cinnabar

📋 copy color: '#EB3E37'

red 235 ◦ green 62 ◦ blue 55

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

Shades of Cinnabar #EB3E37

Tints of Cinnabar #EB3E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.63%

R = 66.76%
G = 17.61%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EB3E37 (or 0xEB3E37) is known color: Cinnabar. HEX triplet: EB, 3E and 37. RGB value is (235,62,55). Sum of RGB (Red+Green+Blue) = 235+62+55=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3E37 is #14C1C8. Grayscale: #717171. Windows color (decimal): -1360329 or 3620587. OLE color: 3620587.

HSL color Cylindrical-coordinate representation of color #EB3E37: hue angle of 2.33º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB3E37 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 62 55 -
CMYK 0 0.74 0.77 0.08
HSL 2.33º 0.82% 0.57% -
HSV(B) 2.33º 0.77% 0.92% -
XYZ 36.67 21.38 5.81 -
YUV 112.93 95.31 215.07 -
System Red Green Blue C M Y K H S L
Decimal 235 62 55 0 0.74 0.77 0.08 2.33 0.82 0.57
Hex EB 3E 37 0 4A 4D 8 2 52 39
Octal 353 76 67 0 112 115 10 2 122 71
Binary 11101011 111110 110111 0 1001010 1001101 1000 10 1010010 111001

Color Harmonies of #EB3E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3E37

Black with #EB3E37

Text Example


Text Example

White with #EB3E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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