Html Css Color HEX #ED140B Scarlet

📋 copy color: '#ED140B'

red 237 ◦ green 20 ◦ blue 11

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

Shades of Scarlet #ED140B

Tints of Scarlet #ED140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

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

R = 88.43%
G = 7.46%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED140B (or 0xED140B) is known color: Scarlet. HEX triplet: ED, 14 and 0B. RGB value is (237,20,11). Sum of RGB (Red+Green+Blue) = 237+20+11=268 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.43% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 237 - color contains mainly: red. Hex color #ED140B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED140B is #12EBF4. Grayscale: #545454. Windows color (decimal): -1240053 or 726253. OLE color: 726253.

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

Color convert

RGB 237 20 11 -
CMYK 0 0.92 0.95 0.07
HSL 2.39º 0.91% 0.49% -
HSV(B) 2.39º 0.95% 0.93% -
XYZ 35.24 18.53 2.04 -
YUV 83.86 86.89 237.23 -
System Red Green Blue C M Y K H S L
Decimal 237 20 11 0 0.92 0.95 0.07 2.39 0.91 0.49
Hex ED 14 B 0 5C 5F 7 2 5B 31
Octal 355 24 13 0 134 137 7 2 133 61
Binary 11101101 10100 1011 0 1011100 1011111 111 10 1011011 110001

Color Harmonies of #ED140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED140B

Black with #ED140B

Text Example


Text Example

White with #ED140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED140B; }

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

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

background-color css

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

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

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

border-color css

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

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

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