Html Css Color HEX #F30529 Torch Red

📋 copy color: '#F30529'

red 243 ◦ green 5 ◦ blue 41

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

Shades of Torch Red #F30529

Tints of Torch Red #F30529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.73%

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

R = 84.08%
G = 1.73%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F30529 (or 0xF30529) is known color: Torch Red. HEX triplet: F3, 05 and 29. RGB value is (243,5,41). Sum of RGB (Red+Green+Blue) = 243+5+41=289 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.08% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 243 - color contains mainly: red. Hex color #F30529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30529 is #0CFAD6. Grayscale: #505050. Windows color (decimal): -850647 or 2688499. OLE color: 2688499.

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

Color convert

RGB 243 5 41 -
CMYK 0 0.98 0.83 0.05
HSL 350.92º 0.96% 0.49% -
HSV(B) 350.92º 0.98% 0.95% -
XYZ 37.42 19.32 3.86 -
YUV 80.27 105.85 244.07 -
System Red Green Blue C M Y K H S L
Decimal 243 5 41 0 0.98 0.83 0.05 350.92 0.96 0.49
Hex F3 5 29 0 62 53 5 15F 60 31
Octal 363 5 51 0 142 123 5 537 140 61
Binary 11110011 101 101001 0 1100010 1010011 101 101011111 1100000 110001

Color Harmonies of #F30529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30529

Black with #F30529

Text Example


Text Example

White with #F30529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30529; }

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

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

background-color css

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

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

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

border-color css

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

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

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