Html Css Color HEX #ED2D09 Scarlet

📋 copy color: '#ED2D09'

red 237 ◦ green 45 ◦ blue 9

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

Shades of Scarlet #ED2D09

Tints of Scarlet #ED2D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.46%

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

R = 81.44%
G = 15.46%
B = 3.09%

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

#ED2D09 (or 0xED2D09) is known color: Scarlet. HEX triplet: ED, 2D and 09. RGB value is (237,45,9). Sum of RGB (Red+Green+Blue) = 237+45+9=291 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.44% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2D09 is #12D2F6. Grayscale: #626262. Windows color (decimal): -1233655 or 601581. OLE color: 601581.

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

Color convert

RGB 237 45 9 -
CMYK 0 0.81 0.96 0.07
HSL 9.47º 0.93% 0.48% -
HSV(B) 9.47º 0.96% 0.93% -
XYZ 35.91 19.9 2.21 -
YUV 98.3 77.61 226.93 -
System Red Green Blue C M Y K H S L
Decimal 237 45 9 0 0.81 0.96 0.07 9.47 0.93 0.48
Hex ED 2D 9 0 51 60 7 9 5D 30
Octal 355 55 11 0 121 140 7 11 135 60
Binary 11101101 101101 1001 0 1010001 1100000 111 1001 1011101 110000

Color Harmonies of #ED2D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2D09

Black with #ED2D09

Text Example


Text Example

White with #ED2D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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