Html Css Color HEX #ED2406 Scarlet

📋 copy color: '#ED2406'

red 237 ◦ green 36 ◦ blue 6

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

Shades of Scarlet #ED2406

Tints of Scarlet #ED2406

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.9%

 BLUE value IS 6 (2.73% from 255) = 2.15%

R = 84.95%
G = 12.9%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED2406 (or 0xED2406) is known color: Scarlet. HEX triplet: ED, 24 and 06. RGB value is (237,36,6). Sum of RGB (Red+Green+Blue) = 237+36+6=279 (36% of max value = 765). Red value is 237 (92.97% from 255 or 84.95% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2406 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2406 is #12DBF9. Grayscale: #5C5C5C. Windows color (decimal): -1235962 or 402669. OLE color: 402669.

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

Color convert

RGB 237 36 6 -
CMYK 0 0.85 0.97 0.07
HSL 7.79º 0.95% 0.48% -
HSV(B) 7.79º 0.97% 0.93% -
XYZ 35.59 19.28 2.02 -
YUV 92.68 79.09 230.94 -
System Red Green Blue C M Y K H S L
Decimal 237 36 6 0 0.85 0.97 0.07 7.79 0.95 0.48
Hex ED 24 6 0 55 61 7 8 5F 30
Octal 355 44 6 0 125 141 7 10 137 60
Binary 11101101 100100 110 0 1010101 1100001 111 1000 1011111 110000

Color Harmonies of #ED2406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2406

Black with #ED2406

Text Example


Text Example

White with #ED2406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2406; }

 p { color: rgb(237,36,6); }

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

background-color css

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

 a { background-color: rgb(237,36,6); }

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

border-color css

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

 span { border-color: rgb(237,36,6); }

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