Html Css Color HEX #ED2F03 Scarlet

📋 copy color: '#ED2F03'

red 237 ◦ green 47 ◦ blue 3

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

Shades of Scarlet #ED2F03

Tints of Scarlet #ED2F03

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.38%

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

R = 82.58%
G = 16.38%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED2F03 (or 0xED2F03) is known color: Scarlet. HEX triplet: ED, 2F and 03. RGB value is (237,47,3). Sum of RGB (Red+Green+Blue) = 237+47+3=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2F03 is #12D0FC. Grayscale: #636363. Windows color (decimal): -1233149 or 208877. OLE color: 208877.

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

Color convert

RGB 237 47 3 -
CMYK 0 0.80 0.99 0.07
HSL 11.28º 0.98% 0.47% -
HSV(B) 11.28º 0.99% 0.93% -
XYZ 35.96 20.04 2.06 -
YUV 98.79 73.95 226.58 -
System Red Green Blue C M Y K H S L
Decimal 237 47 3 0 0.80 0.99 0.07 11.28 0.98 0.47
Hex ED 2F 3 0 50 63 7 B 62 2F
Octal 355 57 3 0 120 143 7 13 142 57
Binary 11101101 101111 11 0 1010000 1100011 111 1011 1100010 101111

Color Harmonies of #ED2F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2F03

Black with #ED2F03

Text Example


Text Example

White with #ED2F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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