Html Css Color HEX #ED2105 Scarlet

📋 copy color: '#ED2105'

red 237 ◦ green 33 ◦ blue 5

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

Shades of Scarlet #ED2105

Tints of Scarlet #ED2105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.82%

R = 86.18%
G = 12%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED2105 (or 0xED2105) is known color: Scarlet. HEX triplet: ED, 21 and 05. RGB value is (237,33,5). Sum of RGB (Red+Green+Blue) = 237+33+5=275 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.18% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2105 is #12DEFA. Grayscale: #5B5B5B. Windows color (decimal): -1236731 or 336365. OLE color: 336365.

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

Color convert

RGB 237 33 5 -
CMYK 0 0.86 0.98 0.07
HSL 7.24º 0.96% 0.47% -
HSV(B) 7.24º 0.98% 0.93% -
XYZ 35.5 19.1 1.96 -
YUV 90.8 79.59 232.28 -
System Red Green Blue C M Y K H S L
Decimal 237 33 5 0 0.86 0.98 0.07 7.24 0.96 0.47
Hex ED 21 5 0 56 62 7 7 60 2F
Octal 355 41 5 0 126 142 7 7 140 57
Binary 11101101 100001 101 0 1010110 1100010 111 111 1100000 101111

Color Harmonies of #ED2105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2105

Black with #ED2105

Text Example


Text Example

White with #ED2105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2105; }

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

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

background-color css

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

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

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

border-color css

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

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

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