Html Css Color HEX #F30426 Torch Red

📋 copy color: '#F30426'

red 243 ◦ green 4 ◦ blue 38

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

Shades of Torch Red #F30426

Tints of Torch Red #F30426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.33%

R = 85.26%
G = 1.4%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F30426 (or 0xF30426) is known color: Torch Red. HEX triplet: F3, 04 and 26. RGB value is (243,4,38). Sum of RGB (Red+Green+Blue) = 243+4+38=285 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.26% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 243 - color contains mainly: red. Hex color #F30426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30426 is #0CFBD9. Grayscale: #4F4F4F. Windows color (decimal): -850906 or 2491635. OLE color: 2491635.

HSL color Cylindrical-coordinate representation of color #F30426: hue angle of 351.46º 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 #F30426 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 4 38 -
CMYK 0 0.98 0.84 0.05
HSL 351.46º 0.97% 0.48% -
HSV(B) 351.46º 0.98% 0.95% -
XYZ 37.36 19.28 3.59 -
YUV 79.34 104.68 244.74 -
System Red Green Blue C M Y K H S L
Decimal 243 4 38 0 0.98 0.84 0.05 351.46 0.97 0.48
Hex F3 4 26 0 62 54 5 15F 61 30
Octal 363 4 46 0 142 124 5 537 141 60
Binary 11110011 100 100110 0 1100010 1010100 101 101011111 1100001 110000

Color Harmonies of #F30426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30426

Black with #F30426

Text Example


Text Example

White with #F30426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30426; }

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

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

background-color css

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

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

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

border-color css

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

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

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