Html Css Color HEX #ED2C03 Scarlet

📋 copy color: '#ED2C03'

red 237 ◦ green 44 ◦ blue 3

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

Shades of Scarlet #ED2C03

Tints of Scarlet #ED2C03

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.49%

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

R = 83.45%
G = 15.49%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED2C03 (or 0xED2C03) is known color: Scarlet. HEX triplet: ED, 2C and 03. RGB value is (237,44,3). Sum of RGB (Red+Green+Blue) = 237+44+3=284 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.45% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2C03 is #12D3FC. Grayscale: #616161. Windows color (decimal): -1233917 or 208109. OLE color: 208109.

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

Color convert

RGB 237 44 3 -
CMYK 0 0.81 0.99 0.07
HSL 10.51º 0.98% 0.47% -
HSV(B) 10.51º 0.99% 0.93% -
XYZ 35.84 19.81 2.02 -
YUV 97.03 74.94 227.83 -
System Red Green Blue C M Y K H S L
Decimal 237 44 3 0 0.81 0.99 0.07 10.51 0.98 0.47
Hex ED 2C 3 0 51 63 7 B 62 2F
Octal 355 54 3 0 121 143 7 13 142 57
Binary 11101101 101100 11 0 1010001 1100011 111 1011 1100010 101111

Color Harmonies of #ED2C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2C03

Black with #ED2C03

Text Example


Text Example

White with #ED2C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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