Html Css Color HEX #F30117 Torch Red

📋 copy color: '#F30117'

red 243 ◦ green 1 ◦ blue 23

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

Shades of Torch Red #F30117

Tints of Torch Red #F30117

RGB

 RED value IS 243 (95.31% from 255) = 91.01%

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 23 (9.38% from 255) = 8.61%

R = 91.01%
G = 0.37%
B = 8.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F30117 (or 0xF30117) is known color: Torch Red. HEX triplet: F3, 01 and 17. RGB value is (243,1,23). Sum of RGB (Red+Green+Blue) = 243+1+23=267 (35% of max value = 765). Red value is 243 (95.31% from 255 or 91.01% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 243 - color contains mainly: red. Hex color #F30117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30117 is #0CFEE8. Grayscale: #4C4C4C. Windows color (decimal): -851689 or 1507827. OLE color: 1507827.

HSL color Cylindrical-coordinate representation of color #F30117: hue angle of 354.55º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30117 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 1 23 -
CMYK 0 1.00 0.91 0.05
HSL 354.55º 0.99% 0.48% -
HSV(B) 354.55º 1% 0.95% -
XYZ 37.13 19.14 2.55 -
YUV 75.87 98.17 247.21 -
System Red Green Blue C M Y K H S L
Decimal 243 1 23 0 1.00 0.91 0.05 354.55 0.99 0.48
Hex F3 1 17 0 64 5B 5 163 63 30
Octal 363 1 27 0 144 133 5 543 143 60
Binary 11110011 1 10111 0 1100100 1011011 101 101100011 1100011 110000

Color Harmonies of #F30117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30117

Black with #F30117

Text Example


Text Example

White with #F30117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30117; }

 p { color: rgb(243,1,23); }

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

background-color css

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

 a { background-color: rgb(243,1,23); }

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

border-color css

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

 span { border-color: rgb(243,1,23); }

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