Html Css Color HEX #EB2825 Cinnabar

📋 copy color: '#EB2825'

red 235 ◦ green 40 ◦ blue 37

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

Shades of Cinnabar #EB2825

Tints of Cinnabar #EB2825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.86%

R = 75.32%
G = 12.82%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EB2825 (or 0xEB2825) is known color: Cinnabar. HEX triplet: EB, 28 and 25. RGB value is (235,40,37). Sum of RGB (Red+Green+Blue) = 235+40+37=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2825 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2825 is #14D7DA. Grayscale: #626262. Windows color (decimal): -1365979 or 2435307. OLE color: 2435307.

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

Color convert

RGB 235 40 37 -
CMYK 0 0.83 0.84 0.08
HSL 0.91º 0.83% 0.53% -
HSV(B) 0.91º 0.84% 0.92% -
XYZ 35.35 19.31 3.61 -
YUV 97.96 93.6 225.74 -
System Red Green Blue C M Y K H S L
Decimal 235 40 37 0 0.83 0.84 0.08 0.91 0.83 0.53
Hex EB 28 25 0 53 54 8 1 53 35
Octal 353 50 45 0 123 124 10 1 123 65
Binary 11101011 101000 100101 0 1010011 1010100 1000 1 1010011 110101

Color Harmonies of #EB2825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2825

Black with #EB2825

Text Example


Text Example

White with #EB2825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2825; }

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

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

background-color css

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

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

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

border-color css

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

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

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