Html Css Color HEX #ED2318 Scarlet

📋 copy color: '#ED2318'

red 237 ◦ green 35 ◦ blue 24

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

Shades of Scarlet #ED2318

Tints of Scarlet #ED2318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.82%

 BLUE value IS 24 (9.77% from 255) = 8.11%

R = 80.07%
G = 11.82%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED2318 (or 0xED2318) is known color: Scarlet. HEX triplet: ED, 23 and 18. RGB value is (237,35,24). Sum of RGB (Red+Green+Blue) = 237+35+24=296 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.07% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2318 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2318 is #12DCE7. Grayscale: #5E5E5E. Windows color (decimal): -1236200 or 1582061. OLE color: 1582061.

HSL color Cylindrical-coordinate representation of color #ED2318: hue angle of 3.1º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED2318 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 35 24 -
CMYK 0 0.85 0.90 0.07
HSL 3.1º 0.86% 0.51% -
HSV(B) 3.1º 0.9% 0.93% -
XYZ 35.69 19.27 2.7 -
YUV 94.14 88.42 229.89 -
System Red Green Blue C M Y K H S L
Decimal 237 35 24 0 0.85 0.90 0.07 3.1 0.86 0.51
Hex ED 23 18 0 55 5A 7 3 56 33
Octal 355 43 30 0 125 132 7 3 126 63
Binary 11101101 100011 11000 0 1010101 1011010 111 11 1010110 110011

Color Harmonies of #ED2318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2318

Black with #ED2318

Text Example


Text Example

White with #ED2318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2318; }

 p { color: rgb(237,35,24); }

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

background-color css

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

 a { background-color: rgb(237,35,24); }

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

border-color css

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

 span { border-color: rgb(237,35,24); }

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