Html Css Color HEX #ED150B Scarlet

📋 copy color: '#ED150B'

red 237 ◦ green 21 ◦ blue 11

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

Shades of Scarlet #ED150B

Tints of Scarlet #ED150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.81%

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

R = 88.1%
G = 7.81%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED150B (or 0xED150B) is known color: Scarlet. HEX triplet: ED, 15 and 0B. RGB value is (237,21,11). Sum of RGB (Red+Green+Blue) = 237+21+11=269 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.10% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 237 - color contains mainly: red. Hex color #ED150B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED150B is #12EAF4. Grayscale: #545454. Windows color (decimal): -1239797 or 726509. OLE color: 726509.

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

Color convert

RGB 237 21 11 -
CMYK 0 0.91 0.95 0.07
HSL 2.65º 0.91% 0.49% -
HSV(B) 2.65º 0.95% 0.93% -
XYZ 35.25 18.57 2.04 -
YUV 84.44 86.56 236.81 -
System Red Green Blue C M Y K H S L
Decimal 237 21 11 0 0.91 0.95 0.07 2.65 0.91 0.49
Hex ED 15 B 0 5B 5F 7 3 5B 31
Octal 355 25 13 0 133 137 7 3 133 61
Binary 11101101 10101 1011 0 1011011 1011111 111 11 1011011 110001

Color Harmonies of #ED150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED150B

Black with #ED150B

Text Example


Text Example

White with #ED150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED150B; }

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

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

background-color css

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

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

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

border-color css

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

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

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