Html Css Color HEX #EB2D1B Cinnabar

📋 copy color: '#EB2D1B'

red 235 ◦ green 45 ◦ blue 27

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

Shades of Cinnabar #EB2D1B

Tints of Cinnabar #EB2D1B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.66%

 BLUE value IS 27 (10.94% from 255) = 8.79%

R = 76.55%
G = 14.66%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB2D1B (or 0xEB2D1B) is known color: Cinnabar. HEX triplet: EB, 2D and 1B. RGB value is (235,45,27). Sum of RGB (Red+Green+Blue) = 235+45+27=307 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.55% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2D1B is #14D2E4. Grayscale: #646464. Windows color (decimal): -1364709 or 1781227. OLE color: 1781227.

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

Color convert

RGB 235 45 27 -
CMYK 0 0.81 0.89 0.08
HSL 5.19º 0.84% 0.51% -
HSV(B) 5.19º 0.89% 0.92% -
XYZ 35.4 19.62 2.96 -
YUV 99.76 86.95 224.46 -
System Red Green Blue C M Y K H S L
Decimal 235 45 27 0 0.81 0.89 0.08 5.19 0.84 0.51
Hex EB 2D 1B 0 51 59 8 5 54 33
Octal 353 55 33 0 121 131 10 5 124 63
Binary 11101011 101101 11011 0 1010001 1011001 1000 101 1010100 110011

Color Harmonies of #EB2D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D1B

Black with #EB2D1B

Text Example


Text Example

White with #EB2D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D1B; }

 p { color: rgb(235,45,27); }

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

background-color css

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

 a { background-color: rgb(235,45,27); }

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

border-color css

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

 span { border-color: rgb(235,45,27); }

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