Html Css Color HEX #F72D1A Scarlet

📋 copy color: '#F72D1A'

red 247 ◦ green 45 ◦ blue 26

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

Shades of Scarlet #F72D1A

Tints of Scarlet #F72D1A

RGB

 RED value IS 247 (96.88% from 255) = 77.67%

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

 BLUE value IS 26 (10.55% from 255) = 8.18%

R = 77.67%
G = 14.15%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F72D1A (or 0xF72D1A) is known color: Scarlet. HEX triplet: F7, 2D and 1A. RGB value is (247,45,26). Sum of RGB (Red+Green+Blue) = 247+45+26=318 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.67% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 247 - color contains mainly: red. Hex color #F72D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72D1A is #08D2E5. Grayscale: #676767. Windows color (decimal): -578278 or 1715703. OLE color: 1715703.

HSL color Cylindrical-coordinate representation of color #F72D1A: hue angle of 5.16º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F72D1A is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 45 26 -
CMYK 0 0.82 0.89 0.03
HSL 5.16º 0.93% 0.54% -
HSV(B) 5.16º 0.89% 0.97% -
XYZ 39.48 21.73 3.09 -
YUV 103.23 84.42 230.54 -
System Red Green Blue C M Y K H S L
Decimal 247 45 26 0 0.82 0.89 0.03 5.16 0.93 0.54
Hex F7 2D 1A 0 52 59 3 5 5D 36
Octal 367 55 32 0 122 131 3 5 135 66
Binary 11110111 101101 11010 0 1010010 1011001 11 101 1011101 110110

Color Harmonies of #F72D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72D1A

Black with #F72D1A

Text Example


Text Example

White with #F72D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72D1A; }

 p { color: rgb(247,45,26); }

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

background-color css

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

 a { background-color: rgb(247,45,26); }

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

border-color css

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

 span { border-color: rgb(247,45,26); }

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