Html Css Color HEX #ED2D0A Scarlet

📋 copy color: '#ED2D0A'

red 237 ◦ green 45 ◦ blue 10

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

Shades of Scarlet #ED2D0A

Tints of Scarlet #ED2D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.42%

R = 81.16%
G = 15.41%
B = 3.42%

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

#ED2D0A (or 0xED2D0A) is known color: Scarlet. HEX triplet: ED, 2D and 0A. RGB value is (237,45,10). Sum of RGB (Red+Green+Blue) = 237+45+10=292 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.16% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2D0A is #12D2F5. Grayscale: #626262. Windows color (decimal): -1233654 or 667117. OLE color: 667117.

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

Color convert

RGB 237 45 10 -
CMYK 0 0.81 0.96 0.07
HSL 9.25º 0.92% 0.48% -
HSV(B) 9.25º 0.96% 0.93% -
XYZ 35.92 19.9 2.24 -
YUV 98.42 78.11 226.85 -
System Red Green Blue C M Y K H S L
Decimal 237 45 10 0 0.81 0.96 0.07 9.25 0.92 0.48
Hex ED 2D A 0 51 60 7 9 5C 30
Octal 355 55 12 0 121 140 7 11 134 60
Binary 11101101 101101 1010 0 1010001 1100000 111 1001 1011100 110000

Color Harmonies of #ED2D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2D0A

Black with #ED2D0A

Text Example


Text Example

White with #ED2D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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