Html Css Color HEX #ED4019 Cinnabar

📋 copy color: '#ED4019'

red 237 ◦ green 64 ◦ blue 25

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

Shades of Cinnabar #ED4019

Tints of Cinnabar #ED4019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

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

R = 72.7%
G = 19.63%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED4019 (or 0xED4019) is known color: Cinnabar. HEX triplet: ED, 40 and 19. RGB value is (237,64,25). Sum of RGB (Red+Green+Blue) = 237+64+25=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4019 is #12BFE6. Grayscale: #6F6F6F. Windows color (decimal): -1228775 or 1655021. OLE color: 1655021.

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

Color convert

RGB 237 64 25 -
CMYK 0 0.73 0.89 0.07
HSL 11.04º 0.85% 0.51% -
HSV(B) 11.04º 0.89% 0.93% -
XYZ 36.93 21.74 3.17 -
YUV 111.28 79.31 217.67 -
System Red Green Blue C M Y K H S L
Decimal 237 64 25 0 0.73 0.89 0.07 11.04 0.85 0.51
Hex ED 40 19 0 49 59 7 B 55 33
Octal 355 100 31 0 111 131 7 13 125 63
Binary 11101101 1000000 11001 0 1001001 1011001 111 1011 1010101 110011

Color Harmonies of #ED4019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4019

Black with #ED4019

Text Example


Text Example

White with #ED4019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4019; }

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

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

background-color css

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

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

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

border-color css

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

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

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