Html Css Color HEX #ED3403 Scarlet

📋 copy color: '#ED3403'

red 237 ◦ green 52 ◦ blue 3

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

Shades of Scarlet #ED3403

Tints of Scarlet #ED3403

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.81%

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 81.16%
G = 17.81%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED3403 (or 0xED3403) is known color: Scarlet. HEX triplet: ED, 34 and 03. RGB value is (237,52,3). Sum of RGB (Red+Green+Blue) = 237+52+3=292 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.16% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3403 is #12CBFC. Grayscale: #666666. Windows color (decimal): -1231869 or 210157. OLE color: 210157.

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

Color convert

RGB 237 52 3 -
CMYK 0 0.78 0.99 0.07
HSL 12.56º 0.98% 0.47% -
HSV(B) 12.56º 0.99% 0.93% -
XYZ 36.17 20.47 2.13 -
YUV 101.73 72.29 224.48 -
System Red Green Blue C M Y K H S L
Decimal 237 52 3 0 0.78 0.99 0.07 12.56 0.98 0.47
Hex ED 34 3 0 4E 63 7 D 62 2F
Octal 355 64 3 0 116 143 7 15 142 57
Binary 11101101 110100 11 0 1001110 1100011 111 1101 1100010 101111

Color Harmonies of #ED3403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3403

Black with #ED3403

Text Example


Text Example

White with #ED3403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3403; }

 p { color: rgb(237,52,3); }

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

background-color css

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

 a { background-color: rgb(237,52,3); }

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

border-color css

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

 span { border-color: rgb(237,52,3); }

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