Html Css Color HEX #ED1B12 Scarlet

📋 copy color: '#ED1B12'

red 237 ◦ green 27 ◦ blue 18

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

Shades of Scarlet #ED1B12

Tints of Scarlet #ED1B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.38%

R = 84.04%
G = 9.57%
B = 6.38%

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

#ED1B12 (or 0xED1B12) is known color: Scarlet. HEX triplet: ED, 1B and 12. RGB value is (237,27,18). Sum of RGB (Red+Green+Blue) = 237+27+18=282 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.04% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1B12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1B12 is #12E4ED. Grayscale: #595959. Windows color (decimal): -1238254 or 1186797. OLE color: 1186797.

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

Color convert

RGB 237 27 18 -
CMYK 0 0.89 0.92 0.07
HSL 2.47º 0.86% 0.5% -
HSV(B) 2.47º 0.92% 0.93% -
XYZ 35.43 18.83 2.34 -
YUV 88.76 88.07 233.73 -
System Red Green Blue C M Y K H S L
Decimal 237 27 18 0 0.89 0.92 0.07 2.47 0.86 0.5
Hex ED 1B 12 0 59 5C 7 2 56 32
Octal 355 33 22 0 131 134 7 2 126 62
Binary 11101101 11011 10010 0 1011001 1011100 111 10 1010110 110010

Color Harmonies of #ED1B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1B12

Black with #ED1B12

Text Example


Text Example

White with #ED1B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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