Html Css Color HEX #EB2823 Cinnabar

📋 copy color: '#EB2823'

red 235 ◦ green 40 ◦ blue 35

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

Shades of Cinnabar #EB2823

Tints of Cinnabar #EB2823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.29%

R = 75.81%
G = 12.9%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB2823 (or 0xEB2823) is known color: Cinnabar. HEX triplet: EB, 28 and 23. RGB value is (235,40,35). Sum of RGB (Red+Green+Blue) = 235+40+35=310 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.81% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2823 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2823 is #14D7DC. Grayscale: #616161. Windows color (decimal): -1365981 or 2304235. OLE color: 2304235.

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

Color convert

RGB 235 40 35 -
CMYK 0 0.83 0.85 0.08
HSL 1.5º 0.83% 0.53% -
HSV(B) 1.5º 0.85% 0.92% -
XYZ 35.32 19.3 3.45 -
YUV 97.74 92.6 225.91 -
System Red Green Blue C M Y K H S L
Decimal 235 40 35 0 0.83 0.85 0.08 1.5 0.83 0.53
Hex EB 28 23 0 53 55 8 2 53 35
Octal 353 50 43 0 123 125 10 2 123 65
Binary 11101011 101000 100011 0 1010011 1010101 1000 10 1010011 110101

Color Harmonies of #EB2823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2823

Black with #EB2823

Text Example


Text Example

White with #EB2823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2823; }

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

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

background-color css

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

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

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

border-color css

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

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

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