Html Css Color HEX #F31640 Torch Red

📋 copy color: '#F31640'

red 243 ◦ green 22 ◦ blue 64

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

Shades of Torch Red #F31640

Tints of Torch Red #F31640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.45%

R = 73.86%
G = 6.69%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F31640 (or 0xF31640) is known color: Torch Red. HEX triplet: F3, 16 and 40. RGB value is (243,22,64). Sum of RGB (Red+Green+Blue) = 243+22+64=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F31640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31640 is #0CE9BF. Grayscale: #5C5C5C. Windows color (decimal): -846272 or 4200179. OLE color: 4200179.

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

Color convert

RGB 243 22 64 -
CMYK 0 0.91 0.74 0.05
HSL 348.6º 0.9% 0.52% -
HSV(B) 348.6º 0.91% 0.95% -
XYZ 38.17 20 6.7 -
YUV 92.87 111.72 235.08 -
System Red Green Blue C M Y K H S L
Decimal 243 22 64 0 0.91 0.74 0.05 348.6 0.9 0.52
Hex F3 16 40 0 5B 4A 5 15D 5A 34
Octal 363 26 100 0 133 112 5 535 132 64
Binary 11110011 10110 1000000 0 1011011 1001010 101 101011101 1011010 110100

Color Harmonies of #F31640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31640

Black with #F31640

Text Example


Text Example

White with #F31640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31640; }

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

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

background-color css

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

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

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

border-color css

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

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

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