Html Css Color HEX #ED2107 Scarlet

📋 copy color: '#ED2107'

red 237 ◦ green 33 ◦ blue 7

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

Shades of Scarlet #ED2107

Tints of Scarlet #ED2107

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.91%

 BLUE value IS 7 (3.13% from 255) = 2.53%

R = 85.56%
G = 11.91%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED2107 (or 0xED2107) is known color: Scarlet. HEX triplet: ED, 21 and 07. RGB value is (237,33,7). Sum of RGB (Red+Green+Blue) = 237+33+7=277 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.56% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2107 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2107 is #12DEF8. Grayscale: #5B5B5B. Windows color (decimal): -1236729 or 467437. OLE color: 467437.

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

Color convert

RGB 237 33 7 -
CMYK 0 0.86 0.97 0.07
HSL 6.78º 0.94% 0.48% -
HSV(B) 6.78º 0.97% 0.93% -
XYZ 35.51 19.11 2.02 -
YUV 91.03 80.59 232.11 -
System Red Green Blue C M Y K H S L
Decimal 237 33 7 0 0.86 0.97 0.07 6.78 0.94 0.48
Hex ED 21 7 0 56 61 7 7 5E 30
Octal 355 41 7 0 126 141 7 7 136 60
Binary 11101101 100001 111 0 1010110 1100001 111 111 1011110 110000

Color Harmonies of #ED2107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2107

Black with #ED2107

Text Example


Text Example

White with #ED2107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2107; }

 p { color: rgb(237,33,7); }

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

background-color css

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

 a { background-color: rgb(237,33,7); }

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

border-color css

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

 span { border-color: rgb(237,33,7); }

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