Html Css Color HEX #ED250D Scarlet

📋 copy color: '#ED250D'

red 237 ◦ green 37 ◦ blue 13

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

Shades of Scarlet #ED250D

Tints of Scarlet #ED250D

RGB

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

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

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

R = 82.58%
G = 12.89%
B = 4.53%

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

#ED250D (or 0xED250D) is known color: Scarlet. HEX triplet: ED, 25 and 0D. RGB value is (237,37,13). Sum of RGB (Red+Green+Blue) = 237+37+13=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED250D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED250D is #12DAF2. Grayscale: #5E5E5E. Windows color (decimal): -1235699 or 861677. OLE color: 861677.

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

Color convert

RGB 237 37 13 -
CMYK 0 0.84 0.95 0.07
HSL 6.43º 0.9% 0.49% -
HSV(B) 6.43º 0.95% 0.93% -
XYZ 35.66 19.36 2.24 -
YUV 94.06 82.26 229.95 -
System Red Green Blue C M Y K H S L
Decimal 237 37 13 0 0.84 0.95 0.07 6.43 0.9 0.49
Hex ED 25 D 0 54 5F 7 6 5A 31
Octal 355 45 15 0 124 137 7 6 132 61
Binary 11101101 100101 1101 0 1010100 1011111 111 110 1011010 110001

Color Harmonies of #ED250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED250D

Black with #ED250D

Text Example


Text Example

White with #ED250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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