Html Css Color HEX #ED2505 Scarlet

📋 copy color: '#ED2505'

red 237 ◦ green 37 ◦ blue 5

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

Shades of Scarlet #ED2505

Tints of Scarlet #ED2505

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.26%

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

R = 84.95%
G = 13.26%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED2505 (or 0xED2505) is known color: Scarlet. HEX triplet: ED, 25 and 05. RGB value is (237,37,5). Sum of RGB (Red+Green+Blue) = 237+37+5=279 (36% of max value = 765). Red value is 237 (92.97% from 255 or 84.95% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2505 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2505 is #12DAFA. Grayscale: #5D5D5D. Windows color (decimal): -1235707 or 337389. OLE color: 337389.

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

Color convert

RGB 237 37 5 -
CMYK 0 0.84 0.98 0.07
HSL 8.28º 0.96% 0.47% -
HSV(B) 8.28º 0.98% 0.93% -
XYZ 35.61 19.34 2 -
YUV 93.15 78.26 230.6 -
System Red Green Blue C M Y K H S L
Decimal 237 37 5 0 0.84 0.98 0.07 8.28 0.96 0.47
Hex ED 25 5 0 54 62 7 8 60 2F
Octal 355 45 5 0 124 142 7 10 140 57
Binary 11101101 100101 101 0 1010100 1100010 111 1000 1100000 101111

Color Harmonies of #ED2505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2505

Black with #ED2505

Text Example


Text Example

White with #ED2505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2505; }

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

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

background-color css

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

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

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

border-color css

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

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

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