Html Css Color HEX #FD051A Torch Red

📋 copy color: '#FD051A'

red 253 ◦ green 5 ◦ blue 26

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

Shades of Torch Red #FD051A

Tints of Torch Red #FD051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

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

R = 89.08%
G = 1.76%
B = 9.15%

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

#FD051A (or 0xFD051A) is known color: Torch Red. HEX triplet: FD, 05 and 1A. RGB value is (253,5,26). Sum of RGB (Red+Green+Blue) = 253+5+26=284 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.08% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 253 - color contains mainly: red. Hex color #FD051A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD051A is #02FAE5. Grayscale: #515151. Windows color (decimal): -195302 or 1705469. OLE color: 1705469.

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

Color convert

RGB 253 5 26 -
CMYK 0 0.98 0.90 0.01
HSL 354.92º 0.98% 0.51% -
HSV(B) 354.92º 0.98% 0.99% -
XYZ 40.75 21.07 2.9 -
YUV 81.55 96.66 250.29 -
System Red Green Blue C M Y K H S L
Decimal 253 5 26 0 0.98 0.90 0.01 354.92 0.98 0.51
Hex FD 5 1A 0 62 5A 1 163 62 33
Octal 375 5 32 0 142 132 1 543 142 63
Binary 11111101 101 11010 0 1100010 1011010 1 101100011 1100010 110011

Color Harmonies of #FD051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD051A

Black with #FD051A

Text Example


Text Example

White with #FD051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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