Html Css Color HEX #ED1605 Scarlet

📋 copy color: '#ED1605'

red 237 ◦ green 22 ◦ blue 5

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

Shades of Scarlet #ED1605

Tints of Scarlet #ED1605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 89.77%
G = 8.33%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED1605 (or 0xED1605) is known color: Scarlet. HEX triplet: ED, 16 and 05. RGB value is (237,22,5). Sum of RGB (Red+Green+Blue) = 237+22+5=264 (34% of max value = 765). Red value is 237 (92.97% from 255 or 89.77% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1605 is #12E9FA. Grayscale: #545454. Windows color (decimal): -1239547 or 333549. OLE color: 333549.

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

Color convert

RGB 237 22 5 -
CMYK 0 0.91 0.98 0.07
HSL 4.4º 0.96% 0.47% -
HSV(B) 4.4º 0.98% 0.93% -
XYZ 35.24 18.59 1.87 -
YUV 84.35 83.23 236.88 -
System Red Green Blue C M Y K H S L
Decimal 237 22 5 0 0.91 0.98 0.07 4.4 0.96 0.47
Hex ED 16 5 0 5B 62 7 4 60 2F
Octal 355 26 5 0 133 142 7 4 140 57
Binary 11101101 10110 101 0 1011011 1100010 111 100 1100000 101111

Color Harmonies of #ED1605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1605

Black with #ED1605

Text Example


Text Example

White with #ED1605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1605; }

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

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

background-color css

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

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

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

border-color css

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

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

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