Html Css Color HEX #FF1213 Torch Red

📋 copy color: '#FF1213'

red 255 ◦ green 18 ◦ blue 19

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

Shades of Torch Red #FF1213

Tints of Torch Red #FF1213

RGB

 RED value IS 255 (100% from 255) = 87.33%

 GREEN value IS 18 (7.42% from 255) = 6.16%

 BLUE value IS 19 (7.81% from 255) = 6.51%

R = 87.33%
G = 6.16%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF1213 (or 0xFF1213) is known color: Torch Red. HEX triplet: FF, 12 and 13. RGB value is (255,18,19). Sum of RGB (Red+Green+Blue) = 255+18+19=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1213 is #00EDEC. Grayscale: #595959. Windows color (decimal): -60909 or 1250047. OLE color: 1250047.

HSL color Cylindrical-coordinate representation of color #FF1213: hue angle of 359.75º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1213 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 18 19 -
CMYK 0 0.93 0.93 0
HSL 359.75º 1% 0.54% -
HSV(B) 359.75º 0.93% 1% -
XYZ 41.57 21.74 2.62 -
YUV 88.98 88.52 246.42 -
System Red Green Blue C M Y K H S L
Decimal 255 18 19 0 0.93 0.93 0 359.75 1 0.54
Hex FF 12 13 0 5D 5D 0 168 64 36
Octal 377 22 23 0 135 135 0 550 144 66
Binary 11111111 10010 10011 0 1011101 1011101 0 101101000 1100100 110110

Color Harmonies of #FF1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1213

Black with #FF1213

Text Example


Text Example

White with #FF1213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1213; }

 p { color: rgb(255,18,19); }

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

background-color css

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

 a { background-color: rgb(255,18,19); }

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

border-color css

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

 span { border-color: rgb(255,18,19); }

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