Html Css Color HEX #ED1607 Scarlet

📋 copy color: '#ED1607'

red 237 ◦ green 22 ◦ blue 7

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

Shades of Scarlet #ED1607

Tints of Scarlet #ED1607

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.27%

 BLUE value IS 7 (3.13% from 255) = 2.63%

R = 89.1%
G = 8.27%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED1607 (or 0xED1607) is known color: Scarlet. HEX triplet: ED, 16 and 07. RGB value is (237,22,7). Sum of RGB (Red+Green+Blue) = 237+22+7=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1607 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1607 is #12E9F8. Grayscale: #545454. Windows color (decimal): -1239545 or 464621. OLE color: 464621.

HSL color Cylindrical-coordinate representation of color #ED1607: hue angle of 3.91º degrees, saturation: 0.94, 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 #ED1607 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 22 7 -
CMYK 0 0.91 0.97 0.07
HSL 3.91º 0.94% 0.48% -
HSV(B) 3.91º 0.97% 0.93% -
XYZ 35.25 18.59 1.93 -
YUV 84.58 84.23 236.72 -
System Red Green Blue C M Y K H S L
Decimal 237 22 7 0 0.91 0.97 0.07 3.91 0.94 0.48
Hex ED 16 7 0 5B 61 7 4 5E 30
Octal 355 26 7 0 133 141 7 4 136 60
Binary 11101101 10110 111 0 1011011 1100001 111 100 1011110 110000

Color Harmonies of #ED1607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1607

Black with #ED1607

Text Example


Text Example

White with #ED1607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1607; }

 p { color: rgb(237,22,7); }

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

background-color css

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

 a { background-color: rgb(237,22,7); }

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

border-color css

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

 span { border-color: rgb(237,22,7); }

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