Html Css Color HEX #ED3719 Cinnabar

📋 copy color: '#ED3719'

red 237 ◦ green 55 ◦ blue 25

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

Shades of Cinnabar #ED3719

Tints of Cinnabar #ED3719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

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

R = 74.76%
G = 17.35%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED3719 (or 0xED3719) is known color: Cinnabar. HEX triplet: ED, 37 and 19. RGB value is (237,55,25). Sum of RGB (Red+Green+Blue) = 237+55+25=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3719 is #12C8E6. Grayscale: #6A6A6A. Windows color (decimal): -1231079 or 1652717. OLE color: 1652717.

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

Color convert

RGB 237 55 25 -
CMYK 0 0.77 0.89 0.07
HSL 8.49º 0.85% 0.51% -
HSV(B) 8.49º 0.89% 0.93% -
XYZ 36.47 20.81 3.01 -
YUV 106 82.3 221.44 -
System Red Green Blue C M Y K H S L
Decimal 237 55 25 0 0.77 0.89 0.07 8.49 0.85 0.51
Hex ED 37 19 0 4D 59 7 8 55 33
Octal 355 67 31 0 115 131 7 10 125 63
Binary 11101101 110111 11001 0 1001101 1011001 111 1000 1010101 110011

Color Harmonies of #ED3719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3719

Black with #ED3719

Text Example


Text Example

White with #ED3719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3719; }

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

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

background-color css

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

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

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

border-color css

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

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

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