Html Css Color HEX #ED240E Scarlet

📋 copy color: '#ED240E'

red 237 ◦ green 36 ◦ blue 14

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

Shades of Scarlet #ED240E

Tints of Scarlet #ED240E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.54%

 BLUE value IS 14 (5.86% from 255) = 4.88%

R = 82.58%
G = 12.54%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED240E (or 0xED240E) is known color: Scarlet. HEX triplet: ED, 24 and 0E. RGB value is (237,36,14). Sum of RGB (Red+Green+Blue) = 237+36+14=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED240E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED240E is #12DBF1. Grayscale: #5D5D5D. Windows color (decimal): -1235954 or 926957. OLE color: 926957.

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

Color convert

RGB 237 36 14 -
CMYK 0 0.85 0.94 0.07
HSL 5.92º 0.89% 0.49% -
HSV(B) 5.92º 0.94% 0.93% -
XYZ 35.64 19.3 2.26 -
YUV 93.59 83.09 230.29 -
System Red Green Blue C M Y K H S L
Decimal 237 36 14 0 0.85 0.94 0.07 5.92 0.89 0.49
Hex ED 24 E 0 55 5E 7 6 59 31
Octal 355 44 16 0 125 136 7 6 131 61
Binary 11101101 100100 1110 0 1010101 1011110 111 110 1011001 110001

Color Harmonies of #ED240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED240E

Black with #ED240E

Text Example


Text Example

White with #ED240E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED240E; }

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

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

background-color css

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

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

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

border-color css

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

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

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