Html Css Color HEX #ED290D Scarlet

📋 copy color: '#ED290D'

red 237 ◦ green 41 ◦ blue 13

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

Shades of Scarlet #ED290D

Tints of Scarlet #ED290D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.09%

 BLUE value IS 13 (5.47% from 255) = 4.47%

R = 81.44%
G = 14.09%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED290D (or 0xED290D) is known color: Scarlet. HEX triplet: ED, 29 and 0D. RGB value is (237,41,13). Sum of RGB (Red+Green+Blue) = 237+41+13=291 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.44% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 237 - color contains mainly: red. Hex color #ED290D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED290D is #12D6F2. Grayscale: #606060. Windows color (decimal): -1234675 or 862701. OLE color: 862701.

HSL color Cylindrical-coordinate representation of color #ED290D: hue angle of 7.5º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED290D is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 41 13 -
CMYK 0 0.83 0.95 0.07
HSL 7.5º 0.9% 0.49% -
HSV(B) 7.5º 0.95% 0.93% -
XYZ 35.79 19.62 2.28 -
YUV 96.41 80.93 228.28 -
System Red Green Blue C M Y K H S L
Decimal 237 41 13 0 0.83 0.95 0.07 7.5 0.9 0.49
Hex ED 29 D 0 53 5F 7 8 5A 31
Octal 355 51 15 0 123 137 7 10 132 61
Binary 11101101 101001 1101 0 1010011 1011111 111 1000 1011010 110001

Color Harmonies of #ED290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED290D

Black with #ED290D

Text Example


Text Example

White with #ED290D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED290D; }

 p { color: rgb(237,41,13); }

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

background-color css

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

 a { background-color: rgb(237,41,13); }

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

border-color css

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

 span { border-color: rgb(237,41,13); }

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