Html Css Color HEX #F72121 Scarlet

📋 copy color: '#F72121'

red 247 ◦ green 33 ◦ blue 33

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

Shades of Scarlet #F72121

Tints of Scarlet #F72121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.54%

 BLUE value IS 33 (13.28% from 255) = 10.54%

R = 78.91%
G = 10.54%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F72121 (or 0xF72121) is known color: Scarlet. HEX triplet: F7, 21 and 21. RGB value is (247,33,33). Sum of RGB (Red+Green+Blue) = 247+33+33=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F72121 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72121 is #08DEDE. Grayscale: #616161. Windows color (decimal): -581343 or 2171383. OLE color: 2171383.

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

Color convert

RGB 247 33 33 -
CMYK 0 0.87 0.87 0.03
HSL 0.93% 0.55% -
HSV(B) 0.87% 0.97% -
XYZ 39.18 20.97 3.42 -
YUV 96.99 91.9 235 -
System Red Green Blue C M Y K H S L
Decimal 247 33 33 0 0.87 0.87 0.03 0 0.93 0.55
Hex F7 21 21 0 57 57 3 0 5D 37
Octal 367 41 41 0 127 127 3 0 135 67
Binary 11110111 100001 100001 0 1010111 1010111 11 0 1011101 110111

Color Harmonies of #F72121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72121

Black with #F72121

Text Example


Text Example

White with #F72121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72121; }

 p { color: rgb(247,33,33); }

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

background-color css

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

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

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

border-color css

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

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

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