Html Css Color HEX #F30926 Torch Red

📋 copy color: '#F30926'

red 243 ◦ green 9 ◦ blue 38

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

Shades of Torch Red #F30926

Tints of Torch Red #F30926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.1%

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

R = 83.79%
G = 3.1%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F30926 (or 0xF30926) is known color: Torch Red. HEX triplet: F3, 09 and 26. RGB value is (243,9,38). Sum of RGB (Red+Green+Blue) = 243+9+38=290 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.79% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 243 - color contains mainly: red. Hex color #F30926 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30926 is #0CF6D9. Grayscale: #525252. Windows color (decimal): -849626 or 2492915. OLE color: 2492915.

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

Color convert

RGB 243 9 38 -
CMYK 0 0.96 0.84 0.05
HSL 352.56º 0.93% 0.49% -
HSV(B) 352.56º 0.96% 0.95% -
XYZ 37.41 19.39 3.6 -
YUV 82.27 103.02 242.64 -
System Red Green Blue C M Y K H S L
Decimal 243 9 38 0 0.96 0.84 0.05 352.56 0.93 0.49
Hex F3 9 26 0 60 54 5 161 5D 31
Octal 363 11 46 0 140 124 5 541 135 61
Binary 11110011 1001 100110 0 1100000 1010100 101 101100001 1011101 110001

Color Harmonies of #F30926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30926

Black with #F30926

Text Example


Text Example

White with #F30926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30926; }

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

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

background-color css

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

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

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

border-color css

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

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

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