Html Css Color HEX #F31828 Torch Red

📋 copy color: '#F31828'

red 243 ◦ green 24 ◦ blue 40

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

Shades of Torch Red #F31828

Tints of Torch Red #F31828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 79.15%
G = 7.82%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F31828 (or 0xF31828) is known color: Torch Red. HEX triplet: F3, 18 and 28. RGB value is (243,24,40). Sum of RGB (Red+Green+Blue) = 243+24+40=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F31828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31828 is #0CE7D7. Grayscale: #5B5B5B. Windows color (decimal): -845784 or 2627827. OLE color: 2627827.

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

Color convert

RGB 243 24 40 -
CMYK 0 0.90 0.84 0.05
HSL 355.62º 0.9% 0.52% -
HSV(B) 355.62º 0.9% 0.95% -
XYZ 37.67 19.86 3.86 -
YUV 91.31 99.05 236.2 -
System Red Green Blue C M Y K H S L
Decimal 243 24 40 0 0.90 0.84 0.05 355.62 0.9 0.52
Hex F3 18 28 0 5A 54 5 164 5A 34
Octal 363 30 50 0 132 124 5 544 132 64
Binary 11110011 11000 101000 0 1011010 1010100 101 101100100 1011010 110100

Color Harmonies of #F31828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31828

Black with #F31828

Text Example


Text Example

White with #F31828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31828; }

 p { color: rgb(243,24,40); }

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

background-color css

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

 a { background-color: rgb(243,24,40); }

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

border-color css

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

 span { border-color: rgb(243,24,40); }

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