Html Css Color HEX #F90D30 Torch Red

📋 copy color: '#F90D30'

red 249 ◦ green 13 ◦ blue 48

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

Shades of Torch Red #F90D30

Tints of Torch Red #F90D30

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.19%

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

R = 80.32%
G = 4.19%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F90D30 (or 0xF90D30) is known color: Torch Red. HEX triplet: F9, 0D and 30. RGB value is (249,13,48). Sum of RGB (Red+Green+Blue) = 249+13+48=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F90D30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90D30 is #06F2CF. Grayscale: #575757. Windows color (decimal): -455376 or 3149305. OLE color: 3149305.

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

Color convert

RGB 249 13 48 -
CMYK 0 0.95 0.81 0.02
HSL 351.1º 0.95% 0.51% -
HSV(B) 351.1º 0.95% 0.98% -
XYZ 39.74 20.64 4.69 -
YUV 87.55 105.69 243.15 -
System Red Green Blue C M Y K H S L
Decimal 249 13 48 0 0.95 0.81 0.02 351.1 0.95 0.51
Hex F9 D 30 0 5F 51 2 15F 5F 33
Octal 371 15 60 0 137 121 2 537 137 63
Binary 11111001 1101 110000 0 1011111 1010001 10 101011111 1011111 110011

Color Harmonies of #F90D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90D30

Black with #F90D30

Text Example


Text Example

White with #F90D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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