Html Css Color HEX #ED2304 Scarlet

📋 copy color: '#ED2304'

red 237 ◦ green 35 ◦ blue 4

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

Shades of Scarlet #ED2304

Tints of Scarlet #ED2304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 85.87%
G = 12.68%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED2304 (or 0xED2304) is known color: Scarlet. HEX triplet: ED, 23 and 04. RGB value is (237,35,4). Sum of RGB (Red+Green+Blue) = 237+35+4=276 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.87% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2304 is #12DCFB. Grayscale: #5C5C5C. Windows color (decimal): -1236220 or 271341. OLE color: 271341.

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

Color convert

RGB 237 35 4 -
CMYK 0 0.85 0.98 0.07
HSL 7.98º 0.97% 0.47% -
HSV(B) 7.98º 0.98% 0.93% -
XYZ 35.55 19.22 1.95 -
YUV 91.86 78.42 231.52 -
System Red Green Blue C M Y K H S L
Decimal 237 35 4 0 0.85 0.98 0.07 7.98 0.97 0.47
Hex ED 23 4 0 55 62 7 8 61 2F
Octal 355 43 4 0 125 142 7 10 141 57
Binary 11101101 100011 100 0 1010101 1100010 111 1000 1100001 101111

Color Harmonies of #ED2304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2304

Black with #ED2304

Text Example


Text Example

White with #ED2304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2304; }

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

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

background-color css

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

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

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

border-color css

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

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

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