Html Css Color HEX #F91230 Torch Red

📋 copy color: '#F91230'

red 249 ◦ green 18 ◦ blue 48

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

Shades of Torch Red #F91230

Tints of Torch Red #F91230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.71%

 BLUE value IS 48 (19.14% from 255) = 15.24%

R = 79.05%
G = 5.71%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F91230 (or 0xF91230) is known color: Torch Red. HEX triplet: F9, 12 and 30. RGB value is (249,18,48). Sum of RGB (Red+Green+Blue) = 249+18+48=315 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.05% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 249 - color contains mainly: red. Hex color #F91230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91230 is #06EDCF. Grayscale: #5A5A5A. Windows color (decimal): -454096 or 3150585. OLE color: 3150585.

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

Color convert

RGB 249 18 48 -
CMYK 0 0.93 0.81 0.02
HSL 352.21º 0.95% 0.52% -
HSV(B) 352.21º 0.93% 0.98% -
XYZ 39.82 20.79 4.71 -
YUV 90.49 104.03 241.06 -
System Red Green Blue C M Y K H S L
Decimal 249 18 48 0 0.93 0.81 0.02 352.21 0.95 0.52
Hex F9 12 30 0 5D 51 2 160 5F 34
Octal 371 22 60 0 135 121 2 540 137 64
Binary 11111001 10010 110000 0 1011101 1010001 10 101100000 1011111 110100

Color Harmonies of #F91230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91230

Black with #F91230

Text Example


Text Example

White with #F91230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91230; }

 p { color: rgb(249,18,48); }

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

background-color css

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

 a { background-color: rgb(249,18,48); }

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

border-color css

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

 span { border-color: rgb(249,18,48); }

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