Html Css Color HEX #FF213A Torch Red

📋 copy color: '#FF213A'

red 255 ◦ green 33 ◦ blue 58

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

Shades of Torch Red #FF213A

Tints of Torch Red #FF213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.54%

 BLUE value IS 58 (23.05% from 255) = 16.76%

R = 73.7%
G = 9.54%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF213A (or 0xFF213A) is known color: Torch Red. HEX triplet: FF, 21 and 3A. RGB value is (255,33,58). Sum of RGB (Red+Green+Blue) = 255+33+58=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF213A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF213A is #00DEC5. Grayscale: #666666. Windows color (decimal): -57030 or 3809791. OLE color: 3809791.

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

Color convert

RGB 255 33 58 -
CMYK 0 0.87 0.77 0
HSL 353.24º 1% 0.56% -
HSV(B) 353.24º 0.87% 1% -
XYZ 42.55 22.65 6.13 -
YUV 102.23 103.05 236.97 -
System Red Green Blue C M Y K H S L
Decimal 255 33 58 0 0.87 0.77 0 353.24 1 0.56
Hex FF 21 3A 0 57 4D 0 161 64 38
Octal 377 41 72 0 127 115 0 541 144 70
Binary 11111111 100001 111010 0 1010111 1001101 0 101100001 1100100 111000

Color Harmonies of #FF213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF213A

Black with #FF213A

Text Example


Text Example

White with #FF213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF213A; }

 p { color: rgb(255,33,58); }

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

background-color css

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

 a { background-color: rgb(255,33,58); }

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

border-color css

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

 span { border-color: rgb(255,33,58); }

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