Html Css Color HEX #FD223A Torch Red

📋 copy color: '#FD223A'

red 253 ◦ green 34 ◦ blue 58

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

Shades of Torch Red #FD223A

Tints of Torch Red #FD223A

RGB

 RED value IS 253 (99.22% from 255) = 73.33%

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

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

R = 73.33%
G = 9.86%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD223A (or 0xFD223A) is known color: Torch Red. HEX triplet: FD, 22 and 3A. RGB value is (253,34,58). Sum of RGB (Red+Green+Blue) = 253+34+58=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD223A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD223A is #02DDC5. Grayscale: #666666. Windows color (decimal): -187846 or 3810045. OLE color: 3810045.

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

Color convert

RGB 253 34 58 -
CMYK 0 0.87 0.77 0.01
HSL 353.42º 0.98% 0.56% -
HSV(B) 353.42º 0.87% 0.99% -
XYZ 41.84 22.33 6.11 -
YUV 102.22 103.05 235.55 -
System Red Green Blue C M Y K H S L
Decimal 253 34 58 0 0.87 0.77 0.01 353.42 0.98 0.56
Hex FD 22 3A 0 57 4D 1 161 62 38
Octal 375 42 72 0 127 115 1 541 142 70
Binary 11111101 100010 111010 0 1010111 1001101 1 101100001 1100010 111000

Color Harmonies of #FD223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD223A

Black with #FD223A

Text Example


Text Example

White with #FD223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD223A; }

 p { color: rgb(253,34,58); }

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

background-color css

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

 a { background-color: rgb(253,34,58); }

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

border-color css

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

 span { border-color: rgb(253,34,58); }

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