Html Css Color HEX #F30029 Torch Red

📋 copy color: '#F30029'

red 243 ◦ green 0 ◦ blue 41

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

Shades of Torch Red #F30029

Tints of Torch Red #F30029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.56%
G = 0%
B = 14.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F30029 (or 0xF30029) is known color: Torch Red. HEX triplet: F3, 00 and 29. RGB value is (243,0,41). Sum of RGB (Red+Green+Blue) = 243+0+41=284 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.56% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 243 - color contains mainly: red. Hex color #F30029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30029 is #0CFFD6. Grayscale: #4D4D4D. Windows color (decimal): -851927 or 2687219. OLE color: 2687219.

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

Color convert

RGB 243 0 41 -
CMYK 0 1 0.83 0.05
HSL 349.88º 1% 0.48% -
HSV(B) 349.88º 1% 0.95% -
XYZ 37.36 19.21 3.84 -
YUV 77.33 107.51 246.17 -
System Red Green Blue C M Y K H S L
Decimal 243 0 41 0 1 0.83 0.05 349.88 1 0.48
Hex F3 0 29 0 64 53 5 15E 64 30
Octal 363 0 51 0 144 123 5 536 144 60
Binary 11110011 0 101001 0 1100100 1010011 101 101011110 1100100 110000

Color Harmonies of #F30029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30029

Black with #F30029

Text Example


Text Example

White with #F30029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30029; }

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

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

background-color css

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

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

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

border-color css

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

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

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