Html Css Color HEX #ED2C09 Scarlet

📋 copy color: '#ED2C09'

red 237 ◦ green 44 ◦ blue 9

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

Shades of Scarlet #ED2C09

Tints of Scarlet #ED2C09

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.17%

 BLUE value IS 9 (3.91% from 255) = 3.1%

R = 81.72%
G = 15.17%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED2C09 (or 0xED2C09) is known color: Scarlet. HEX triplet: ED, 2C and 09. RGB value is (237,44,9). Sum of RGB (Red+Green+Blue) = 237+44+9=290 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.72% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2C09 is #12D3F6. Grayscale: #626262. Windows color (decimal): -1233911 or 601325. OLE color: 601325.

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

Color convert

RGB 237 44 9 -
CMYK 0 0.81 0.96 0.07
HSL 9.21º 0.93% 0.48% -
HSV(B) 9.21º 0.96% 0.93% -
XYZ 35.88 19.83 2.19 -
YUV 97.72 77.94 227.35 -
System Red Green Blue C M Y K H S L
Decimal 237 44 9 0 0.81 0.96 0.07 9.21 0.93 0.48
Hex ED 2C 9 0 51 60 7 9 5D 30
Octal 355 54 11 0 121 140 7 11 135 60
Binary 11101101 101100 1001 0 1010001 1100000 111 1001 1011101 110000

Color Harmonies of #ED2C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2C09

Black with #ED2C09

Text Example


Text Example

White with #ED2C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2C09; }

 p { color: rgb(237,44,9); }

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

background-color css

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

 a { background-color: rgb(237,44,9); }

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

border-color css

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

 span { border-color: rgb(237,44,9); }

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