Html Css Color HEX #F92135 Torch Red

📋 copy color: '#F92135'

red 249 ◦ green 33 ◦ blue 53

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

Shades of Torch Red #F92135

Tints of Torch Red #F92135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.82%

R = 74.33%
G = 9.85%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F92135 (or 0xF92135) is known color: Torch Red. HEX triplet: F9, 21 and 35. RGB value is (249,33,53). Sum of RGB (Red+Green+Blue) = 249+33+53=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F92135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92135 is #06DECA. Grayscale: #646464. Windows color (decimal): -450251 or 3482105. OLE color: 3482105.

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

Color convert

RGB 249 33 53 -
CMYK 0 0.87 0.79 0.02
HSL 354.44º 0.95% 0.55% -
HSV(B) 354.44º 0.87% 0.98% -
XYZ 40.25 21.48 5.39 -
YUV 99.86 101.56 234.37 -
System Red Green Blue C M Y K H S L
Decimal 249 33 53 0 0.87 0.79 0.02 354.44 0.95 0.55
Hex F9 21 35 0 57 4F 2 162 5F 37
Octal 371 41 65 0 127 117 2 542 137 67
Binary 11111001 100001 110101 0 1010111 1001111 10 101100010 1011111 110111

Color Harmonies of #F92135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92135

Black with #F92135

Text Example


Text Example

White with #F92135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92135; }

 p { color: rgb(249,33,53); }

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

background-color css

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

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

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

border-color css

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

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

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