Html Css Color HEX #ED2610 Scarlet

📋 copy color: '#ED2610'

red 237 ◦ green 38 ◦ blue 16

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

Shades of Scarlet #ED2610

Tints of Scarlet #ED2610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.06%

 BLUE value IS 16 (6.64% from 255) = 5.5%

R = 81.44%
G = 13.06%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED2610 (or 0xED2610) is known color: Scarlet. HEX triplet: ED, 26 and 10. RGB value is (237,38,16). Sum of RGB (Red+Green+Blue) = 237+38+16=291 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.44% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2610 is #12D9EF. Grayscale: #5F5F5F. Windows color (decimal): -1235440 or 1058541. OLE color: 1058541.

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

Color convert

RGB 237 38 16 -
CMYK 0 0.84 0.93 0.07
HSL 5.97º 0.87% 0.5% -
HSV(B) 5.97º 0.93% 0.93% -
XYZ 35.71 19.43 2.36 -
YUV 94.99 83.43 229.29 -
System Red Green Blue C M Y K H S L
Decimal 237 38 16 0 0.84 0.93 0.07 5.97 0.87 0.5
Hex ED 26 10 0 54 5D 7 6 57 32
Octal 355 46 20 0 124 135 7 6 127 62
Binary 11101101 100110 10000 0 1010100 1011101 111 110 1010111 110010

Color Harmonies of #ED2610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2610

Black with #ED2610

Text Example


Text Example

White with #ED2610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2610; }

 p { color: rgb(237,38,16); }

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

background-color css

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

 a { background-color: rgb(237,38,16); }

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

border-color css

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

 span { border-color: rgb(237,38,16); }

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