Html Css Color HEX #F71821 Torch Red

📋 copy color: '#F71821'

red 247 ◦ green 24 ◦ blue 33

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

Shades of Torch Red #F71821

Tints of Torch Red #F71821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.89%

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

R = 81.25%
G = 7.89%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F71821 (or 0xF71821) is known color: Torch Red. HEX triplet: F7, 18 and 21. RGB value is (247,24,33). Sum of RGB (Red+Green+Blue) = 247+24+33=304 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.25% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 247 - color contains mainly: red. Hex color #F71821 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71821 is #08E7DE. Grayscale: #5B5B5B. Windows color (decimal): -583647 or 2169079. OLE color: 2169079.

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

Color convert

RGB 247 24 33 -
CMYK 0 0.90 0.87 0.03
HSL 357.58º 0.93% 0.53% -
HSV(B) 357.58º 0.9% 0.97% -
XYZ 38.96 20.54 3.35 -
YUV 91.7 94.88 238.77 -
System Red Green Blue C M Y K H S L
Decimal 247 24 33 0 0.90 0.87 0.03 357.58 0.93 0.53
Hex F7 18 21 0 5A 57 3 166 5D 35
Octal 367 30 41 0 132 127 3 546 135 65
Binary 11110111 11000 100001 0 1011010 1010111 11 101100110 1011101 110101

Color Harmonies of #F71821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71821

Black with #F71821

Text Example


Text Example

White with #F71821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71821; }

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

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

background-color css

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

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

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

border-color css

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

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

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