Html Css Color HEX #F30412 Torch Red

📋 copy color: '#F30412'

red 243 ◦ green 4 ◦ blue 18

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

Shades of Torch Red #F30412

Tints of Torch Red #F30412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.51%

 BLUE value IS 18 (7.42% from 255) = 6.79%

R = 91.7%
G = 1.51%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F30412 (or 0xF30412) is known color: Torch Red. HEX triplet: F3, 04 and 12. RGB value is (243,4,18). Sum of RGB (Red+Green+Blue) = 243+4+18=265 (35% of max value = 765). Red value is 243 (95.31% from 255 or 91.70% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 243 - color contains mainly: red. Hex color #F30412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30412 is #0CFBED. Grayscale: #4D4D4D. Windows color (decimal): -850926 or 1180915. OLE color: 1180915.

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

Color convert

RGB 243 4 18 -
CMYK 0 0.98 0.93 0.05
HSL 356.49º 0.97% 0.48% -
HSV(B) 356.49º 0.98% 0.95% -
XYZ 37.11 19.19 2.32 -
YUV 77.06 94.68 246.36 -
System Red Green Blue C M Y K H S L
Decimal 243 4 18 0 0.98 0.93 0.05 356.49 0.97 0.48
Hex F3 4 12 0 62 5D 5 164 61 30
Octal 363 4 22 0 142 135 5 544 141 60
Binary 11110011 100 10010 0 1100010 1011101 101 101100100 1100001 110000

Color Harmonies of #F30412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30412

Black with #F30412

Text Example


Text Example

White with #F30412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30412; }

 p { color: rgb(243,4,18); }

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

background-color css

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

 a { background-color: rgb(243,4,18); }

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

border-color css

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

 span { border-color: rgb(243,4,18); }

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