Html Css Color HEX #EB2D1C Cinnabar

📋 copy color: '#EB2D1C'

red 235 ◦ green 45 ◦ blue 28

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

Shades of Cinnabar #EB2D1C

Tints of Cinnabar #EB2D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.09%

R = 76.3%
G = 14.61%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB2D1C (or 0xEB2D1C) is known color: Cinnabar. HEX triplet: EB, 2D and 1C. RGB value is (235,45,28). Sum of RGB (Red+Green+Blue) = 235+45+28=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2D1C is #14D2E3. Grayscale: #646464. Windows color (decimal): -1364708 or 1846763. OLE color: 1846763.

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

Color convert

RGB 235 45 28 -
CMYK 0 0.81 0.88 0.08
HSL 4.93º 0.84% 0.52% -
HSV(B) 4.93º 0.88% 0.92% -
XYZ 35.41 19.62 3.02 -
YUV 99.87 87.45 224.38 -
System Red Green Blue C M Y K H S L
Decimal 235 45 28 0 0.81 0.88 0.08 4.93 0.84 0.52
Hex EB 2D 1C 0 51 58 8 5 54 34
Octal 353 55 34 0 121 130 10 5 124 64
Binary 11101011 101101 11100 0 1010001 1011000 1000 101 1010100 110100

Color Harmonies of #EB2D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D1C

Black with #EB2D1C

Text Example


Text Example

White with #EB2D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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