Html Css Color HEX #FD041A Torch Red

📋 copy color: '#FD041A'

red 253 ◦ green 4 ◦ blue 26

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

Shades of Torch Red #FD041A

Tints of Torch Red #FD041A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 89.4%
G = 1.41%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD041A (or 0xFD041A) is known color: Torch Red. HEX triplet: FD, 04 and 1A. RGB value is (253,4,26). Sum of RGB (Red+Green+Blue) = 253+4+26=283 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.40% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 253 - color contains mainly: red. Hex color #FD041A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD041A is #02FBE5. Grayscale: #515151. Windows color (decimal): -195558 or 1705213. OLE color: 1705213.

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

Color convert

RGB 253 4 26 -
CMYK 0 0.98 0.90 0.01
HSL 354.7º 0.98% 0.5% -
HSV(B) 354.7º 0.98% 0.99% -
XYZ 40.74 21.04 2.89 -
YUV 80.96 96.99 250.71 -
System Red Green Blue C M Y K H S L
Decimal 253 4 26 0 0.98 0.90 0.01 354.7 0.98 0.5
Hex FD 4 1A 0 62 5A 1 163 62 32
Octal 375 4 32 0 142 132 1 543 142 62
Binary 11111101 100 11010 0 1100010 1011010 1 101100011 1100010 110010

Color Harmonies of #FD041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD041A

Black with #FD041A

Text Example


Text Example

White with #FD041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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