Html Css Color HEX #F91D3A Torch Red

📋 copy color: '#F91D3A'

red 249 ◦ green 29 ◦ blue 58

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

Shades of Torch Red #F91D3A

Tints of Torch Red #F91D3A

RGB

 RED value IS 249 (97.66% from 255) = 74.11%

 GREEN value IS 29 (11.72% from 255) = 8.63%

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 74.11%
G = 8.63%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F91D3A (or 0xF91D3A) is known color: Torch Red. HEX triplet: F9, 1D and 3A. RGB value is (249,29,58). Sum of RGB (Red+Green+Blue) = 249+29+58=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91D3A is #06E2C5. Grayscale: #626262. Windows color (decimal): -451270 or 3808761. OLE color: 3808761.

HSL color Cylindrical-coordinate representation of color #F91D3A: hue angle of 352.09º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91D3A is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 29 58 -
CMYK 0 0.88 0.77 0.02
HSL 352.09º 0.95% 0.55% -
HSV(B) 352.09º 0.88% 0.98% -
XYZ 40.27 21.32 6 -
YUV 98.09 105.39 235.64 -
System Red Green Blue C M Y K H S L
Decimal 249 29 58 0 0.88 0.77 0.02 352.09 0.95 0.55
Hex F9 1D 3A 0 58 4D 2 160 5F 37
Octal 371 35 72 0 130 115 2 540 137 67
Binary 11111001 11101 111010 0 1011000 1001101 10 101100000 1011111 110111

Color Harmonies of #F91D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91D3A

Black with #F91D3A

Text Example


Text Example

White with #F91D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91D3A; }

 p { color: rgb(249,29,58); }

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

background-color css

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

 a { background-color: rgb(249,29,58); }

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

border-color css

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

 span { border-color: rgb(249,29,58); }

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