Html Css Color HEX #EB2827 Cinnabar

📋 copy color: '#EB2827'

red 235 ◦ green 40 ◦ blue 39

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

Shades of Cinnabar #EB2827

Tints of Cinnabar #EB2827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.74%

 BLUE value IS 39 (15.63% from 255) = 12.42%

R = 74.84%
G = 12.74%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB2827 (or 0xEB2827) is known color: Cinnabar. HEX triplet: EB, 28 and 27. RGB value is (235,40,39). Sum of RGB (Red+Green+Blue) = 235+40+39=314 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.84% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2827 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2827 is #14D7D8. Grayscale: #626262. Windows color (decimal): -1365977 or 2566379. OLE color: 2566379.

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

Color convert

RGB 235 40 39 -
CMYK 0 0.83 0.83 0.08
HSL 0.31º 0.83% 0.54% -
HSV(B) 0.31º 0.83% 0.92% -
XYZ 35.39 19.33 3.78 -
YUV 98.19 94.6 225.58 -
System Red Green Blue C M Y K H S L
Decimal 235 40 39 0 0.83 0.83 0.08 0.31 0.83 0.54
Hex EB 28 27 0 53 53 8 0 53 36
Octal 353 50 47 0 123 123 10 0 123 66
Binary 11101011 101000 100111 0 1010011 1010011 1000 0 1010011 110110

Color Harmonies of #EB2827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2827

Black with #EB2827

Text Example


Text Example

White with #EB2827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2827; }

 p { color: rgb(235,40,39); }

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

background-color css

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

 a { background-color: rgb(235,40,39); }

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

border-color css

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

 span { border-color: rgb(235,40,39); }

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