Html Css Color HEX #ED241D Scarlet

📋 copy color: '#ED241D'

red 237 ◦ green 36 ◦ blue 29

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

Shades of Scarlet #ED241D

Tints of Scarlet #ED241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.92%

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

R = 78.48%
G = 11.92%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED241D (or 0xED241D) is known color: Scarlet. HEX triplet: ED, 24 and 1D. RGB value is (237,36,29). Sum of RGB (Red+Green+Blue) = 237+36+29=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED241D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED241D is #12DBE2. Grayscale: #5F5F5F. Windows color (decimal): -1235939 or 1909997. OLE color: 1909997.

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

Color convert

RGB 237 36 29 -
CMYK 0 0.85 0.88 0.07
HSL 2.02º 0.85% 0.52% -
HSV(B) 2.02º 0.88% 0.93% -
XYZ 35.78 19.35 3.01 -
YUV 95.3 90.59 229.07 -
System Red Green Blue C M Y K H S L
Decimal 237 36 29 0 0.85 0.88 0.07 2.02 0.85 0.52
Hex ED 24 1D 0 55 58 7 2 55 34
Octal 355 44 35 0 125 130 7 2 125 64
Binary 11101101 100100 11101 0 1010101 1011000 111 10 1010101 110100

Color Harmonies of #ED241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED241D

Black with #ED241D

Text Example


Text Example

White with #ED241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED241D; }

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

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

background-color css

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

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

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

border-color css

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

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

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