Html Css Color HEX #F30420 Torch Red

📋 copy color: '#F30420'

red 243 ◦ green 4 ◦ blue 32

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

Shades of Torch Red #F30420

Tints of Torch Red #F30420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.47%

R = 87.1%
G = 1.43%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F30420 (or 0xF30420) is known color: Torch Red. HEX triplet: F3, 04 and 20. RGB value is (243,4,32). Sum of RGB (Red+Green+Blue) = 243+4+32=279 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.10% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 243 - color contains mainly: red. Hex color #F30420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30420 is #0CFBDF. Grayscale: #4E4E4E. Windows color (decimal): -850912 or 2098419. OLE color: 2098419.

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

Color convert

RGB 243 4 32 -
CMYK 0 0.98 0.87 0.05
HSL 352.97º 0.97% 0.48% -
HSV(B) 352.97º 0.98% 0.95% -
XYZ 37.27 19.25 3.12 -
YUV 78.65 101.68 245.22 -
System Red Green Blue C M Y K H S L
Decimal 243 4 32 0 0.98 0.87 0.05 352.97 0.97 0.48
Hex F3 4 20 0 62 57 5 161 61 30
Octal 363 4 40 0 142 127 5 541 141 60
Binary 11110011 100 100000 0 1100010 1010111 101 101100001 1100001 110000

Color Harmonies of #F30420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30420

Black with #F30420

Text Example


Text Example

White with #F30420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30420; }

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

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

background-color css

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

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

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

border-color css

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

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

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