Html Css Color HEX #ED2F09 Scarlet

📋 copy color: '#ED2F09'

red 237 ◦ green 47 ◦ blue 9

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

Shades of Scarlet #ED2F09

Tints of Scarlet #ED2F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.04%

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

R = 80.89%
G = 16.04%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED2F09 (or 0xED2F09) is known color: Scarlet. HEX triplet: ED, 2F and 09. RGB value is (237,47,9). Sum of RGB (Red+Green+Blue) = 237+47+9=293 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.89% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2F09 is #12D0F6. Grayscale: #636363. Windows color (decimal): -1233143 or 602093. OLE color: 602093.

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

Color convert

RGB 237 47 9 -
CMYK 0 0.80 0.96 0.07
HSL 10º 0.93% 0.48% -
HSV(B) 10º 0.96% 0.93% -
XYZ 35.99 20.06 2.23 -
YUV 99.48 76.95 226.09 -
System Red Green Blue C M Y K H S L
Decimal 237 47 9 0 0.80 0.96 0.07 10 0.93 0.48
Hex ED 2F 9 0 50 60 7 A 5D 30
Octal 355 57 11 0 120 140 7 12 135 60
Binary 11101101 101111 1001 0 1010000 1100000 111 1010 1011101 110000

Color Harmonies of #ED2F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2F09

Black with #ED2F09

Text Example


Text Example

White with #ED2F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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