Html Css Color HEX #FF223B Torch Red

📋 copy color: '#FF223B'

red 255 ◦ green 34 ◦ blue 59

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

Shades of Torch Red #FF223B

Tints of Torch Red #FF223B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.77%

 BLUE value IS 59 (23.44% from 255) = 16.95%

R = 73.28%
G = 9.77%
B = 16.95%

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

#FF223B (or 0xFF223B) is known color: Torch Red. HEX triplet: FF, 22 and 3B. RGB value is (255,34,59). Sum of RGB (Red+Green+Blue) = 255+34+59=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF223B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF223B is #00DDC4. Grayscale: #676767. Windows color (decimal): -56773 or 3875583. OLE color: 3875583.

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

Color convert

RGB 255 34 59 -
CMYK 0 0.87 0.77 0
HSL 353.21º 1% 0.57% -
HSV(B) 353.21º 0.87% 1% -
XYZ 42.6 22.72 6.28 -
YUV 102.93 103.22 236.47 -
System Red Green Blue C M Y K H S L
Decimal 255 34 59 0 0.87 0.77 0 353.21 1 0.57
Hex FF 22 3B 0 57 4D 0 161 64 39
Octal 377 42 73 0 127 115 0 541 144 71
Binary 11111111 100010 111011 0 1010111 1001101 0 101100001 1100100 111001

Color Harmonies of #FF223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF223B

Black with #FF223B

Text Example


Text Example

White with #FF223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF223B; }

 p { color: rgb(255,34,59); }

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

background-color css

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

 a { background-color: rgb(255,34,59); }

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

border-color css

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

 span { border-color: rgb(255,34,59); }

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