Html Css Color HEX #F3001C Torch Red

📋 copy color: '#F3001C'

red 243 ◦ green 0 ◦ blue 28

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

Shades of Torch Red #F3001C

Tints of Torch Red #F3001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.33%

R = 89.67%
G = 0%
B = 10.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F3001C (or 0xF3001C) is known color: Torch Red. HEX triplet: F3, 00 and 1C. RGB value is (243,0,28). Sum of RGB (Red+Green+Blue) = 243+0+28=271 (35% of max value = 765). Red value is 243 (95.31% from 255 or 89.67% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 243 - color contains mainly: red. Hex color #F3001C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3001C is #0CFFE3. Grayscale: #4B4B4B. Windows color (decimal): -851940 or 1835251. OLE color: 1835251.

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

Color convert

RGB 243 0 28 -
CMYK 0 1 0.88 0.05
HSL 353.09º 1% 0.48% -
HSV(B) 353.09º 1% 0.95% -
XYZ 37.17 19.14 2.83 -
YUV 75.85 101.01 247.22 -
System Red Green Blue C M Y K H S L
Decimal 243 0 28 0 1 0.88 0.05 353.09 1 0.48
Hex F3 0 1C 0 64 58 5 161 64 30
Octal 363 0 34 0 144 130 5 541 144 60
Binary 11110011 0 11100 0 1100100 1011000 101 101100001 1100100 110000

Color Harmonies of #F3001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3001C

Black with #F3001C

Text Example


Text Example

White with #F3001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3001C; }

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

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

background-color css

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

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

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

border-color css

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

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

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