Html Css Color HEX #FF203F Torch Red

📋 copy color: '#FF203F'

red 255 ◦ green 32 ◦ blue 63

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

Shades of Torch Red #FF203F

Tints of Torch Red #FF203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.14%

 BLUE value IS 63 (25% from 255) = 18%

R = 72.86%
G = 9.14%
B = 18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF203F (or 0xFF203F) is known color: Torch Red. HEX triplet: FF, 20 and 3F. RGB value is (255,32,63). Sum of RGB (Red+Green+Blue) = 255+32+63=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF203F is #00DFC0. Grayscale: #666666. Windows color (decimal): -57281 or 4137215. OLE color: 4137215.

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

Color convert

RGB 255 32 63 -
CMYK 0 0.87 0.75 0
HSL 351.66º 1% 0.56% -
HSV(B) 351.66º 0.87% 1% -
XYZ 42.65 22.65 6.83 -
YUV 102.21 105.88 236.98 -
System Red Green Blue C M Y K H S L
Decimal 255 32 63 0 0.87 0.75 0 351.66 1 0.56
Hex FF 20 3F 0 57 4B 0 160 64 38
Octal 377 40 77 0 127 113 0 540 144 70
Binary 11111111 100000 111111 0 1010111 1001011 0 101100000 1100100 111000

Color Harmonies of #FF203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF203F

Black with #FF203F

Text Example


Text Example

White with #FF203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF203F; }

 p { color: rgb(255,32,63); }

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

background-color css

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

 a { background-color: rgb(255,32,63); }

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

border-color css

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

 span { border-color: rgb(255,32,63); }

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