Html Css Color HEX #ED3F19 Cinnabar

📋 copy color: '#ED3F19'

red 237 ◦ green 63 ◦ blue 25

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

Shades of Cinnabar #ED3F19

Tints of Cinnabar #ED3F19

RGB

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

 GREEN value IS 63 (25% from 255) = 19.38%

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

R = 72.92%
G = 19.38%
B = 7.69%

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

#ED3F19 (or 0xED3F19) is known color: Cinnabar. HEX triplet: ED, 3F and 19. RGB value is (237,63,25). Sum of RGB (Red+Green+Blue) = 237+63+25=325 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.92% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3F19 is #12C0E6. Grayscale: #6F6F6F. Windows color (decimal): -1229031 or 1654765. OLE color: 1654765.

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

Color convert

RGB 237 63 25 -
CMYK 0 0.73 0.89 0.07
HSL 10.75º 0.85% 0.51% -
HSV(B) 10.75º 0.89% 0.93% -
XYZ 36.88 21.63 3.15 -
YUV 110.69 79.65 218.09 -
System Red Green Blue C M Y K H S L
Decimal 237 63 25 0 0.73 0.89 0.07 10.75 0.85 0.51
Hex ED 3F 19 0 49 59 7 B 55 33
Octal 355 77 31 0 111 131 7 13 125 63
Binary 11101101 111111 11001 0 1001001 1011001 111 1011 1010101 110011

Color Harmonies of #ED3F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3F19

Black with #ED3F19

Text Example


Text Example

White with #ED3F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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