Html Css Color HEX #F30729 Torch Red

📋 copy color: '#F30729'

red 243 ◦ green 7 ◦ blue 41

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

Shades of Torch Red #F30729

Tints of Torch Red #F30729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

 BLUE value IS 41 (16.41% from 255) = 14.09%

R = 83.51%
G = 2.41%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F30729 (or 0xF30729) is known color: Torch Red. HEX triplet: F3, 07 and 29. RGB value is (243,7,41). Sum of RGB (Red+Green+Blue) = 243+7+41=291 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.51% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 243 - color contains mainly: red. Hex color #F30729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30729 is #0CF8D6. Grayscale: #515151. Windows color (decimal): -850135 or 2689011. OLE color: 2689011.

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

Color convert

RGB 243 7 41 -
CMYK 0 0.97 0.83 0.05
HSL 351.36º 0.94% 0.49% -
HSV(B) 351.36º 0.97% 0.95% -
XYZ 37.44 19.37 3.86 -
YUV 81.44 105.19 243.24 -
System Red Green Blue C M Y K H S L
Decimal 243 7 41 0 0.97 0.83 0.05 351.36 0.94 0.49
Hex F3 7 29 0 61 53 5 15F 5E 31
Octal 363 7 51 0 141 123 5 537 136 61
Binary 11110011 111 101001 0 1100001 1010011 101 101011111 1011110 110001

Color Harmonies of #F30729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30729

Black with #F30729

Text Example


Text Example

White with #F30729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30729; }

 p { color: rgb(243,7,41); }

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

background-color css

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

 a { background-color: rgb(243,7,41); }

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

border-color css

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

 span { border-color: rgb(243,7,41); }

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