Html Css Color HEX #F30415 Torch Red

📋 copy color: '#F30415'

red 243 ◦ green 4 ◦ blue 21

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

Shades of Torch Red #F30415

Tints of Torch Red #F30415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.84%

R = 90.67%
G = 1.49%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F30415 (or 0xF30415) is known color: Torch Red. HEX triplet: F3, 04 and 15. RGB value is (243,4,21). Sum of RGB (Red+Green+Blue) = 243+4+21=268 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90.67% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 243 - color contains mainly: red. Hex color #F30415 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30415 is #0CFBEA. Grayscale: #4D4D4D. Windows color (decimal): -850923 or 1377523. OLE color: 1377523.

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

Color convert

RGB 243 4 21 -
CMYK 0 0.98 0.91 0.05
HSL 355.73º 0.97% 0.48% -
HSV(B) 355.73º 0.98% 0.95% -
XYZ 37.14 19.2 2.46 -
YUV 77.4 96.18 246.12 -
System Red Green Blue C M Y K H S L
Decimal 243 4 21 0 0.98 0.91 0.05 355.73 0.97 0.48
Hex F3 4 15 0 62 5B 5 164 61 30
Octal 363 4 25 0 142 133 5 544 141 60
Binary 11110011 100 10101 0 1100010 1011011 101 101100100 1100001 110000

Color Harmonies of #F30415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30415

Black with #F30415

Text Example


Text Example

White with #F30415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30415; }

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

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

background-color css

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

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

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

border-color css

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

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

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