Html Css Color HEX #ED281D Scarlet

📋 copy color: '#ED281D'

red 237 ◦ green 40 ◦ blue 29

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

Shades of Scarlet #ED281D

Tints of Scarlet #ED281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

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

R = 77.45%
G = 13.07%
B = 9.48%

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

#ED281D (or 0xED281D) is known color: Scarlet. HEX triplet: ED, 28 and 1D. RGB value is (237,40,29). Sum of RGB (Red+Green+Blue) = 237+40+29=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED281D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED281D is #12D7E2. Grayscale: #616161. Windows color (decimal): -1234915 or 1911021. OLE color: 1911021.

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

Color convert

RGB 237 40 29 -
CMYK 0 0.83 0.88 0.07
HSL 3.17º 0.85% 0.52% -
HSV(B) 3.17º 0.88% 0.93% -
XYZ 35.91 19.61 3.06 -
YUV 97.65 89.27 227.39 -
System Red Green Blue C M Y K H S L
Decimal 237 40 29 0 0.83 0.88 0.07 3.17 0.85 0.52
Hex ED 28 1D 0 53 58 7 3 55 34
Octal 355 50 35 0 123 130 7 3 125 64
Binary 11101101 101000 11101 0 1010011 1011000 111 11 1010101 110100

Color Harmonies of #ED281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED281D

Black with #ED281D

Text Example


Text Example

White with #ED281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED281D; }

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

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

background-color css

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

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

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

border-color css

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

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

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