Html Css Color HEX #F31024 Torch Red

📋 copy color: '#F31024'

red 243 ◦ green 16 ◦ blue 36

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

Shades of Torch Red #F31024

Tints of Torch Red #F31024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.42%

 BLUE value IS 36 (14.45% from 255) = 12.2%

R = 82.37%
G = 5.42%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F31024 (or 0xF31024) is known color: Torch Red. HEX triplet: F3, 10 and 24. RGB value is (243,16,36). Sum of RGB (Red+Green+Blue) = 243+16+36=295 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.37% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 243 - color contains mainly: red. Hex color #F31024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31024 is #0CEFDB. Grayscale: #565656. Windows color (decimal): -847836 or 2363635. OLE color: 2363635.

HSL color Cylindrical-coordinate representation of color #F31024: hue angle of 354.71º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31024 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 16 36 -
CMYK 0 0.93 0.85 0.05
HSL 354.71º 0.9% 0.51% -
HSV(B) 354.71º 0.93% 0.95% -
XYZ 37.47 19.55 3.47 -
YUV 86.15 99.71 239.87 -
System Red Green Blue C M Y K H S L
Decimal 243 16 36 0 0.93 0.85 0.05 354.71 0.9 0.51
Hex F3 10 24 0 5D 55 5 163 5A 33
Octal 363 20 44 0 135 125 5 543 132 63
Binary 11110011 10000 100100 0 1011101 1010101 101 101100011 1011010 110011

Color Harmonies of #F31024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31024

Black with #F31024

Text Example


Text Example

White with #F31024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31024; }

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

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

background-color css

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

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

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

border-color css

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

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

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