Html Css Color HEX #FF213C Torch Red

📋 copy color: '#FF213C'

red 255 ◦ green 33 ◦ blue 60

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

Shades of Torch Red #FF213C

Tints of Torch Red #FF213C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.24%

R = 73.28%
G = 9.48%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF213C (or 0xFF213C) is known color: Torch Red. HEX triplet: FF, 21 and 3C. RGB value is (255,33,60). Sum of RGB (Red+Green+Blue) = 255+33+60=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF213C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF213C is #00DEC3. Grayscale: #666666. Windows color (decimal): -57028 or 3940863. OLE color: 3940863.

HSL color Cylindrical-coordinate representation of color #FF213C: hue angle of 352.7º 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 #FF213C is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 255 33 60 -
CMYK 0 0.87 0.76 0
HSL 352.7º 1% 0.56% -
HSV(B) 352.7º 0.87% 1% -
XYZ 42.6 22.67 6.41 -
YUV 102.46 104.05 236.8 -
System Red Green Blue C M Y K H S L
Decimal 255 33 60 0 0.87 0.76 0 352.7 1 0.56
Hex FF 21 3C 0 57 4C 0 161 64 38
Octal 377 41 74 0 127 114 0 541 144 70
Binary 11111111 100001 111100 0 1010111 1001100 0 101100001 1100100 111000

Color Harmonies of #FF213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF213C

Black with #FF213C

Text Example


Text Example

White with #FF213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF213C; }

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

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

background-color css

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

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

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

border-color css

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

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

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