Html Css Color HEX #F30510 Torch Red

📋 copy color: '#F30510'

red 243 ◦ green 5 ◦ blue 16

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

Shades of Torch Red #F30510

Tints of Torch Red #F30510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.06%

R = 92.05%
G = 1.89%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F30510 (or 0xF30510) is known color: Torch Red. HEX triplet: F3, 05 and 10. RGB value is (243,5,16). Sum of RGB (Red+Green+Blue) = 243+5+16=264 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.05% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 243 - color contains mainly: red. Hex color #F30510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30510 is #0CFAEF. Grayscale: #4D4D4D. Windows color (decimal): -850672 or 1050099. OLE color: 1050099.

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

Color convert

RGB 243 5 16 -
CMYK 0 0.98 0.93 0.05
HSL 357.23º 0.96% 0.49% -
HSV(B) 357.23º 0.98% 0.95% -
XYZ 37.11 19.2 2.24 -
YUV 77.42 93.35 246.11 -
System Red Green Blue C M Y K H S L
Decimal 243 5 16 0 0.98 0.93 0.05 357.23 0.96 0.49
Hex F3 5 10 0 62 5D 5 165 60 31
Octal 363 5 20 0 142 135 5 545 140 61
Binary 11110011 101 10000 0 1100010 1011101 101 101100101 1100000 110001

Color Harmonies of #F30510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30510

Black with #F30510

Text Example


Text Example

White with #F30510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30510; }

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

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

background-color css

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

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

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

border-color css

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

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

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