Html Css Color HEX #ED1B14 Scarlet

📋 copy color: '#ED1B14'

red 237 ◦ green 27 ◦ blue 20

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

Shades of Scarlet #ED1B14

Tints of Scarlet #ED1B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.51%

 BLUE value IS 20 (8.2% from 255) = 7.04%

R = 83.45%
G = 9.51%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED1B14 (or 0xED1B14) is known color: Scarlet. HEX triplet: ED, 1B and 14. RGB value is (237,27,20). Sum of RGB (Red+Green+Blue) = 237+27+20=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1B14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1B14 is #12E4EB. Grayscale: #595959. Windows color (decimal): -1238252 or 1317869. OLE color: 1317869.

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

Color convert

RGB 237 27 20 -
CMYK 0 0.89 0.92 0.07
HSL 1.94º 0.86% 0.5% -
HSV(B) 1.94º 0.92% 0.93% -
XYZ 35.44 18.84 2.43 -
YUV 88.99 89.07 233.57 -
System Red Green Blue C M Y K H S L
Decimal 237 27 20 0 0.89 0.92 0.07 1.94 0.86 0.5
Hex ED 1B 14 0 59 5C 7 2 56 32
Octal 355 33 24 0 131 134 7 2 126 62
Binary 11101101 11011 10100 0 1011001 1011100 111 10 1010110 110010

Color Harmonies of #ED1B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1B14

Black with #ED1B14

Text Example


Text Example

White with #ED1B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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