Html Css Color HEX #ED260A Scarlet

📋 copy color: '#ED260A'

red 237 ◦ green 38 ◦ blue 10

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

Shades of Scarlet #ED260A

Tints of Scarlet #ED260A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 83.16%
G = 13.33%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED260A (or 0xED260A) is known color: Scarlet. HEX triplet: ED, 26 and 0A. RGB value is (237,38,10). Sum of RGB (Red+Green+Blue) = 237+38+10=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED260A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED260A is #12D9F5. Grayscale: #5E5E5E. Windows color (decimal): -1235446 or 665325. OLE color: 665325.

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

Color convert

RGB 237 38 10 -
CMYK 0 0.84 0.96 0.07
HSL 7.4º 0.92% 0.48% -
HSV(B) 7.4º 0.96% 0.93% -
XYZ 35.67 19.41 2.15 -
YUV 94.31 80.43 229.78 -
System Red Green Blue C M Y K H S L
Decimal 237 38 10 0 0.84 0.96 0.07 7.4 0.92 0.48
Hex ED 26 A 0 54 60 7 7 5C 30
Octal 355 46 12 0 124 140 7 7 134 60
Binary 11101101 100110 1010 0 1010100 1100000 111 111 1011100 110000

Color Harmonies of #ED260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED260A

Black with #ED260A

Text Example


Text Example

White with #ED260A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED260A; }

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

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

background-color css

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

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

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

border-color css

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

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

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