Html Css Color HEX #ED291D Scarlet

📋 copy color: '#ED291D'

red 237 ◦ green 41 ◦ blue 29

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

Shades of Scarlet #ED291D

Tints of Scarlet #ED291D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.45%

R = 77.2%
G = 13.36%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED291D (or 0xED291D) is known color: Scarlet. HEX triplet: ED, 29 and 1D. RGB value is (237,41,29). Sum of RGB (Red+Green+Blue) = 237+41+29=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED291D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED291D is #12D6E2. Grayscale: #626262. Windows color (decimal): -1234659 or 1911277. OLE color: 1911277.

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

Color convert

RGB 237 41 29 -
CMYK 0 0.83 0.88 0.07
HSL 3.46º 0.85% 0.52% -
HSV(B) 3.46º 0.88% 0.93% -
XYZ 35.94 19.68 3.07 -
YUV 98.24 88.93 226.98 -
System Red Green Blue C M Y K H S L
Decimal 237 41 29 0 0.83 0.88 0.07 3.46 0.85 0.52
Hex ED 29 1D 0 53 58 7 3 55 34
Octal 355 51 35 0 123 130 7 3 125 64
Binary 11101101 101001 11101 0 1010011 1011000 111 11 1010101 110100

Color Harmonies of #ED291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED291D

Black with #ED291D

Text Example


Text Example

White with #ED291D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED291D; }

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

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

background-color css

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

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

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

border-color css

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

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

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