Html Css Color HEX #FF212B Torch Red

📋 copy color: '#FF212B'

red 255 ◦ green 33 ◦ blue 43

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

Shades of Torch Red #FF212B

Tints of Torch Red #FF212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.99%

R = 77.04%
G = 9.97%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF212B (or 0xFF212B) is known color: Torch Red. HEX triplet: FF, 21 and 2B. RGB value is (255,33,43). Sum of RGB (Red+Green+Blue) = 255+33+43=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF212B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF212B is #00DED4. Grayscale: #646464. Windows color (decimal): -57045 or 2826751. OLE color: 2826751.

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

Color convert

RGB 255 33 43 -
CMYK 0 0.87 0.83 0
HSL 357.3º 1% 0.56% -
HSV(B) 357.3º 0.87% 1% -
XYZ 42.22 22.52 4.41 -
YUV 100.52 95.55 238.19 -
System Red Green Blue C M Y K H S L
Decimal 255 33 43 0 0.87 0.83 0 357.3 1 0.56
Hex FF 21 2B 0 57 53 0 165 64 38
Octal 377 41 53 0 127 123 0 545 144 70
Binary 11111111 100001 101011 0 1010111 1010011 0 101100101 1100100 111000

Color Harmonies of #FF212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF212B

Black with #FF212B

Text Example


Text Example

White with #FF212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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