Html Css Color HEX #FD071A Torch Red

📋 copy color: '#FD071A'

red 253 ◦ green 7 ◦ blue 26

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

Shades of Torch Red #FD071A

Tints of Torch Red #FD071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.45%

 BLUE value IS 26 (10.55% from 255) = 9.09%

R = 88.46%
G = 2.45%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD071A (or 0xFD071A) is known color: Torch Red. HEX triplet: FD, 07 and 1A. RGB value is (253,7,26). Sum of RGB (Red+Green+Blue) = 253+7+26=286 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.46% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 253 - color contains mainly: red. Hex color #FD071A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD071A is #02F8E5. Grayscale: #525252. Windows color (decimal): -194790 or 1705981. OLE color: 1705981.

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

Color convert

RGB 253 7 26 -
CMYK 0 0.97 0.90 0.01
HSL 355.37º 0.98% 0.51% -
HSV(B) 355.37º 0.97% 0.99% -
XYZ 40.77 21.11 2.9 -
YUV 82.72 96 249.46 -
System Red Green Blue C M Y K H S L
Decimal 253 7 26 0 0.97 0.90 0.01 355.37 0.98 0.51
Hex FD 7 1A 0 61 5A 1 163 62 33
Octal 375 7 32 0 141 132 1 543 142 63
Binary 11111101 111 11010 0 1100001 1011010 1 101100011 1100010 110011

Color Harmonies of #FD071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD071A

Black with #FD071A

Text Example


Text Example

White with #FD071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD071A; }

 p { color: rgb(253,7,26); }

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

background-color css

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

 a { background-color: rgb(253,7,26); }

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

border-color css

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

 span { border-color: rgb(253,7,26); }

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