Html Css Color HEX #ED180F Scarlet

📋 copy color: '#ED180F'

red 237 ◦ green 24 ◦ blue 15

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

Shades of Scarlet #ED180F

Tints of Scarlet #ED180F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

 BLUE value IS 15 (6.25% from 255) = 5.43%

R = 85.87%
G = 8.7%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED180F (or 0xED180F) is known color: Scarlet. HEX triplet: ED, 18 and 0F. RGB value is (237,24,15). Sum of RGB (Red+Green+Blue) = 237+24+15=276 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.87% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 237 - color contains mainly: red. Hex color #ED180F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED180F is #12E7F0. Grayscale: #565656. Windows color (decimal): -1239025 or 989421. OLE color: 989421.

HSL color Cylindrical-coordinate representation of color #ED180F: hue angle of 2.43º degrees, saturation: 0.88, 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 #ED180F is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 24 15 -
CMYK 0 0.90 0.94 0.07
HSL 2.43º 0.88% 0.49% -
HSV(B) 2.43º 0.94% 0.93% -
XYZ 35.34 18.69 2.2 -
YUV 86.66 87.57 235.23 -
System Red Green Blue C M Y K H S L
Decimal 237 24 15 0 0.90 0.94 0.07 2.43 0.88 0.49
Hex ED 18 F 0 5A 5E 7 2 58 31
Octal 355 30 17 0 132 136 7 2 130 61
Binary 11101101 11000 1111 0 1011010 1011110 111 10 1011000 110001

Color Harmonies of #ED180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED180F

Black with #ED180F

Text Example


Text Example

White with #ED180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED180F; }

 p { color: rgb(237,24,15); }

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

background-color css

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

 a { background-color: rgb(237,24,15); }

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

border-color css

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

 span { border-color: rgb(237,24,15); }

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