Html Css Color HEX #ED4924 Cinnabar

📋 copy color: '#ED4924'

red 237 ◦ green 73 ◦ blue 36

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

Shades of Cinnabar #ED4924

Tints of Cinnabar #ED4924

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

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

R = 68.5%
G = 21.1%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED4924 (or 0xED4924) is known color: Cinnabar. HEX triplet: ED, 49 and 24. RGB value is (237,73,36). Sum of RGB (Red+Green+Blue) = 237+73+36=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4924 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4924 is #12B6DB. Grayscale: #767676. Windows color (decimal): -1226460 or 2378221. OLE color: 2378221.

HSL color Cylindrical-coordinate representation of color #ED4924: hue angle of 11.04º 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 #ED4924 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 73 36 -
CMYK 0 0.69 0.85 0.07
HSL 11.04º 0.85% 0.54% -
HSV(B) 11.04º 0.85% 0.93% -
XYZ 37.63 22.9 4.11 -
YUV 117.82 81.83 213.01 -
System Red Green Blue C M Y K H S L
Decimal 237 73 36 0 0.69 0.85 0.07 11.04 0.85 0.54
Hex ED 49 24 0 45 55 7 B 55 36
Octal 355 111 44 0 105 125 7 13 125 66
Binary 11101101 1001001 100100 0 1000101 1010101 111 1011 1010101 110110

Color Harmonies of #ED4924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4924

Black with #ED4924

Text Example


Text Example

White with #ED4924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4924; }

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

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

background-color css

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

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

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

border-color css

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

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

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