Html Css Color HEX #F31624 Torch Red

📋 copy color: '#F31624'

red 243 ◦ green 22 ◦ blue 36

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

Shades of Torch Red #F31624

Tints of Torch Red #F31624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.31%

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

R = 80.73%
G = 7.31%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F31624 (or 0xF31624) is known color: Torch Red. HEX triplet: F3, 16 and 24. RGB value is (243,22,36). Sum of RGB (Red+Green+Blue) = 243+22+36=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F31624 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31624 is #0CE9DB. Grayscale: #595959. Windows color (decimal): -846300 or 2365171. OLE color: 2365171.

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

Color convert

RGB 243 22 36 -
CMYK 0 0.91 0.85 0.05
HSL 356.2º 0.9% 0.52% -
HSV(B) 356.2º 0.91% 0.95% -
XYZ 37.57 19.76 3.5 -
YUV 89.68 97.72 237.36 -
System Red Green Blue C M Y K H S L
Decimal 243 22 36 0 0.91 0.85 0.05 356.2 0.9 0.52
Hex F3 16 24 0 5B 55 5 164 5A 34
Octal 363 26 44 0 133 125 5 544 132 64
Binary 11110011 10110 100100 0 1011011 1010101 101 101100100 1011010 110100

Color Harmonies of #F31624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31624

Black with #F31624

Text Example


Text Example

White with #F31624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31624; }

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

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

background-color css

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

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

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

border-color css

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

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

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