Html Css Color HEX #FF021C Torch Red

📋 copy color: '#FF021C'

red 255 ◦ green 2 ◦ blue 28

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

Shades of Torch Red #FF021C

Tints of Torch Red #FF021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 28 (11.33% from 255) = 9.82%

R = 89.47%
G = 0.7%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF021C (or 0xFF021C) is known color: Torch Red. HEX triplet: FF, 02 and 1C. RGB value is (255,2,28). Sum of RGB (Red+Green+Blue) = 255+2+28=285 (37% of max value = 765). Red value is 255 (100% from 255 or 89.47% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 255 - color contains mainly: red. Hex color #FF021C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF021C is #00FDE3. Grayscale: #505050. Windows color (decimal): -64996 or 1835775. OLE color: 1835775.

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

Color convert

RGB 255 2 28 -
CMYK 0 0.99 0.89 0
HSL 353.83º 1% 0.5% -
HSV(B) 353.83º 0.99% 1% -
XYZ 41.47 21.39 3.04 -
YUV 80.61 98.32 252.39 -
System Red Green Blue C M Y K H S L
Decimal 255 2 28 0 0.99 0.89 0 353.83 1 0.5
Hex FF 2 1C 0 63 59 0 162 64 32
Octal 377 2 34 0 143 131 0 542 144 62
Binary 11111111 10 11100 0 1100011 1011001 0 101100010 1100100 110010

Color Harmonies of #FF021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF021C

Black with #FF021C

Text Example


Text Example

White with #FF021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF021C; }

 p { color: rgb(255,2,28); }

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

background-color css

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

 a { background-color: rgb(255,2,28); }

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

border-color css

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

 span { border-color: rgb(255,2,28); }

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