Html Css Color HEX #ED2D03 Scarlet

📋 copy color: '#ED2D03'

red 237 ◦ green 45 ◦ blue 3

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

Shades of Scarlet #ED2D03

Tints of Scarlet #ED2D03

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.79%

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

R = 83.16%
G = 15.79%
B = 1.05%

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

#ED2D03 (or 0xED2D03) is known color: Scarlet. HEX triplet: ED, 2D and 03. RGB value is (237,45,3). Sum of RGB (Red+Green+Blue) = 237+45+3=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2D03 is #12D2FC. Grayscale: #616161. Windows color (decimal): -1233661 or 208365. OLE color: 208365.

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

Color convert

RGB 237 45 3 -
CMYK 0 0.81 0.99 0.07
HSL 10.77º 0.98% 0.47% -
HSV(B) 10.77º 0.99% 0.93% -
XYZ 35.88 19.89 2.03 -
YUV 97.62 74.61 227.42 -
System Red Green Blue C M Y K H S L
Decimal 237 45 3 0 0.81 0.99 0.07 10.77 0.98 0.47
Hex ED 2D 3 0 51 63 7 B 62 2F
Octal 355 55 3 0 121 143 7 13 142 57
Binary 11101101 101101 11 0 1010001 1100011 111 1011 1100010 101111

Color Harmonies of #ED2D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2D03

Black with #ED2D03

Text Example


Text Example

White with #ED2D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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