Html Css Color HEX #ED260D Scarlet

📋 copy color: '#ED260D'

red 237 ◦ green 38 ◦ blue 13

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

Shades of Scarlet #ED260D

Tints of Scarlet #ED260D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 82.29%
G = 13.19%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED260D (or 0xED260D) is known color: Scarlet. HEX triplet: ED, 26 and 0D. RGB value is (237,38,13). Sum of RGB (Red+Green+Blue) = 237+38+13=288 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.29% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 237 - color contains mainly: red. Hex color #ED260D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED260D is #12D9F2. Grayscale: #5E5E5E. Windows color (decimal): -1235443 or 861933. OLE color: 861933.

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

Color convert

RGB 237 38 13 -
CMYK 0 0.84 0.95 0.07
HSL 6.7º 0.9% 0.49% -
HSV(B) 6.7º 0.95% 0.93% -
XYZ 35.69 19.42 2.25 -
YUV 94.65 81.93 229.53 -
System Red Green Blue C M Y K H S L
Decimal 237 38 13 0 0.84 0.95 0.07 6.7 0.9 0.49
Hex ED 26 D 0 54 5F 7 7 5A 31
Octal 355 46 15 0 124 137 7 7 132 61
Binary 11101101 100110 1101 0 1010100 1011111 111 111 1011010 110001

Color Harmonies of #ED260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED260D

Black with #ED260D

Text Example


Text Example

White with #ED260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED260D; }

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

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

background-color css

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

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

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

border-color css

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

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

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