Html Css Color HEX #ED180B Scarlet

📋 copy color: '#ED180B'

red 237 ◦ green 24 ◦ blue 11

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

Shades of Scarlet #ED180B

Tints of Scarlet #ED180B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.04%

R = 87.13%
G = 8.82%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED180B (or 0xED180B) is known color: Scarlet. HEX triplet: ED, 18 and 0B. RGB value is (237,24,11). Sum of RGB (Red+Green+Blue) = 237+24+11=272 (36% of max value = 765). Red value is 237 (92.97% from 255 or 87.13% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 237 - color contains mainly: red. Hex color #ED180B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED180B is #12E7F4. Grayscale: #565656. Windows color (decimal): -1239029 or 727277. OLE color: 727277.

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

Color convert

RGB 237 24 11 -
CMYK 0 0.90 0.95 0.07
HSL 3.45º 0.91% 0.49% -
HSV(B) 3.45º 0.95% 0.93% -
XYZ 35.31 18.68 2.06 -
YUV 86.21 85.57 235.56 -
System Red Green Blue C M Y K H S L
Decimal 237 24 11 0 0.90 0.95 0.07 3.45 0.91 0.49
Hex ED 18 B 0 5A 5F 7 3 5B 31
Octal 355 30 13 0 132 137 7 3 133 61
Binary 11101101 11000 1011 0 1011010 1011111 111 11 1011011 110001

Color Harmonies of #ED180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED180B

Black with #ED180B

Text Example


Text Example

White with #ED180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED180B; }

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

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

background-color css

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

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

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

border-color css

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

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

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