Html Css Color HEX #ED2824 Cinnabar

📋 copy color: '#ED2824'

red 237 ◦ green 40 ◦ blue 36

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

Shades of Cinnabar #ED2824

Tints of Cinnabar #ED2824

RGB

 RED value IS 237 (92.97% from 255) = 75.72%

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

 BLUE value IS 36 (14.45% from 255) = 11.5%

R = 75.72%
G = 12.78%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED2824 (or 0xED2824) is known color: Cinnabar. HEX triplet: ED, 28 and 24. RGB value is (237,40,36). Sum of RGB (Red+Green+Blue) = 237+40+36=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2824 is #12D7DB. Grayscale: #626262. Windows color (decimal): -1234908 or 2369773. OLE color: 2369773.

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

Color convert

RGB 237 40 36 -
CMYK 0 0.83 0.85 0.07
HSL 1.19º 0.85% 0.54% -
HSV(B) 1.19º 0.85% 0.93% -
XYZ 36 19.65 3.56 -
YUV 98.45 92.77 226.83 -
System Red Green Blue C M Y K H S L
Decimal 237 40 36 0 0.83 0.85 0.07 1.19 0.85 0.54
Hex ED 28 24 0 53 55 7 1 55 36
Octal 355 50 44 0 123 125 7 1 125 66
Binary 11101101 101000 100100 0 1010011 1010101 111 1 1010101 110110

Color Harmonies of #ED2824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2824

Black with #ED2824

Text Example


Text Example

White with #ED2824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2824; }

 p { color: rgb(237,40,36); }

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

background-color css

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

 a { background-color: rgb(237,40,36); }

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

border-color css

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

 span { border-color: rgb(237,40,36); }

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