Html Css Color HEX #ED2308 Scarlet

📋 copy color: '#ED2308'

red 237 ◦ green 35 ◦ blue 8

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

Shades of Scarlet #ED2308

Tints of Scarlet #ED2308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.86%

R = 84.64%
G = 12.5%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED2308 (or 0xED2308) is known color: Scarlet. HEX triplet: ED, 23 and 08. RGB value is (237,35,8). Sum of RGB (Red+Green+Blue) = 237+35+8=280 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.64% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2308 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2308 is #12DCF7. Grayscale: #5C5C5C. Windows color (decimal): -1236216 or 533485. OLE color: 533485.

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

Color convert

RGB 237 35 8 -
CMYK 0 0.85 0.97 0.07
HSL 7.07º 0.93% 0.48% -
HSV(B) 7.07º 0.97% 0.93% -
XYZ 35.57 19.22 2.07 -
YUV 92.32 80.42 231.2 -
System Red Green Blue C M Y K H S L
Decimal 237 35 8 0 0.85 0.97 0.07 7.07 0.93 0.48
Hex ED 23 8 0 55 61 7 7 5D 30
Octal 355 43 10 0 125 141 7 7 135 60
Binary 11101101 100011 1000 0 1010101 1100001 111 111 1011101 110000

Color Harmonies of #ED2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2308

Black with #ED2308

Text Example


Text Example

White with #ED2308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2308; }

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

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

background-color css

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

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

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

border-color css

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

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

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