Html Css Color HEX #F30814 Torch Red

📋 copy color: '#F30814'

red 243 ◦ green 8 ◦ blue 20

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

Shades of Torch Red #F30814

Tints of Torch Red #F30814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.95%

 BLUE value IS 20 (8.2% from 255) = 7.38%

R = 89.67%
G = 2.95%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F30814 (or 0xF30814) is known color: Torch Red. HEX triplet: F3, 08 and 14. RGB value is (243,8,20). Sum of RGB (Red+Green+Blue) = 243+8+20=271 (35% of max value = 765). Red value is 243 (95.31% from 255 or 89.67% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 243 - color contains mainly: red. Hex color #F30814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30814 is #0CF7EB. Grayscale: #4F4F4F. Windows color (decimal): -849900 or 1313011. OLE color: 1313011.

HSL color Cylindrical-coordinate representation of color #F30814: hue angle of 356.94º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F30814 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 8 20 -
CMYK 0 0.97 0.92 0.05
HSL 356.94º 0.94% 0.49% -
HSV(B) 356.94º 0.97% 0.95% -
XYZ 37.18 19.28 2.42 -
YUV 79.63 94.36 244.52 -
System Red Green Blue C M Y K H S L
Decimal 243 8 20 0 0.97 0.92 0.05 356.94 0.94 0.49
Hex F3 8 14 0 61 5C 5 165 5E 31
Octal 363 10 24 0 141 134 5 545 136 61
Binary 11110011 1000 10100 0 1100001 1011100 101 101100101 1011110 110001

Color Harmonies of #F30814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30814

Black with #F30814

Text Example


Text Example

White with #F30814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30814; }

 p { color: rgb(243,8,20); }

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

background-color css

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

 a { background-color: rgb(243,8,20); }

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

border-color css

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

 span { border-color: rgb(243,8,20); }

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