Html Css Color HEX #ED2603 Scarlet

📋 copy color: '#ED2603'

red 237 ◦ green 38 ◦ blue 3

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

Shades of Scarlet #ED2603

Tints of Scarlet #ED2603

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.67%

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

R = 85.25%
G = 13.67%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED2603 (or 0xED2603) is known color: Scarlet. HEX triplet: ED, 26 and 03. RGB value is (237,38,3). Sum of RGB (Red+Green+Blue) = 237+38+3=278 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.25% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2603 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2603 is #12D9FC. Grayscale: #5D5D5D. Windows color (decimal): -1235453 or 206573. OLE color: 206573.

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

Color convert

RGB 237 38 3 -
CMYK 0 0.84 0.99 0.07
HSL 8.97º 0.98% 0.47% -
HSV(B) 8.97º 0.99% 0.93% -
XYZ 35.63 19.4 1.95 -
YUV 93.51 76.93 230.35 -
System Red Green Blue C M Y K H S L
Decimal 237 38 3 0 0.84 0.99 0.07 8.97 0.98 0.47
Hex ED 26 3 0 54 63 7 9 62 2F
Octal 355 46 3 0 124 143 7 11 142 57
Binary 11101101 100110 11 0 1010100 1100011 111 1001 1100010 101111

Color Harmonies of #ED2603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2603

Black with #ED2603

Text Example


Text Example

White with #ED2603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2603; }

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

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

background-color css

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

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

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

border-color css

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

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

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