Html Css Color HEX #ED4519 Cinnabar

📋 copy color: '#ED4519'

red 237 ◦ green 69 ◦ blue 25

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

Shades of Cinnabar #ED4519

Tints of Cinnabar #ED4519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.85%

 BLUE value IS 25 (10.16% from 255) = 7.55%

R = 71.6%
G = 20.85%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED4519 (or 0xED4519) is known color: Cinnabar. HEX triplet: ED, 45 and 19. RGB value is (237,69,25). Sum of RGB (Red+Green+Blue) = 237+69+25=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4519 is #12BAE6. Grayscale: #727272. Windows color (decimal): -1227495 or 1656301. OLE color: 1656301.

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

Color convert

RGB 237 69 25 -
CMYK 0 0.71 0.89 0.07
HSL 12.45º 0.85% 0.51% -
HSV(B) 12.45º 0.89% 0.93% -
XYZ 37.23 22.33 3.27 -
YUV 114.22 77.66 215.58 -
System Red Green Blue C M Y K H S L
Decimal 237 69 25 0 0.71 0.89 0.07 12.45 0.85 0.51
Hex ED 45 19 0 47 59 7 C 55 33
Octal 355 105 31 0 107 131 7 14 125 63
Binary 11101101 1000101 11001 0 1000111 1011001 111 1100 1010101 110011

Color Harmonies of #ED4519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4519

Black with #ED4519

Text Example


Text Example

White with #ED4519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4519; }

 p { color: rgb(237,69,25); }

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

background-color css

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

 a { background-color: rgb(237,69,25); }

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

border-color css

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

 span { border-color: rgb(237,69,25); }

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