Html Css Color HEX #FD061A Torch Red

📋 copy color: '#FD061A'

red 253 ◦ green 6 ◦ blue 26

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

Shades of Torch Red #FD061A

Tints of Torch Red #FD061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

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

R = 88.77%
G = 2.11%
B = 9.12%

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

#FD061A (or 0xFD061A) is known color: Torch Red. HEX triplet: FD, 06 and 1A. RGB value is (253,6,26). Sum of RGB (Red+Green+Blue) = 253+6+26=285 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.77% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 253 - color contains mainly: red. Hex color #FD061A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD061A is #02F9E5. Grayscale: #525252. Windows color (decimal): -195046 or 1705725. OLE color: 1705725.

HSL color Cylindrical-coordinate representation of color #FD061A: hue angle of 355.14º 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 #FD061A is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 6 26 -
CMYK 0 0.98 0.90 0.01
HSL 355.14º 0.98% 0.51% -
HSV(B) 355.14º 0.98% 0.99% -
XYZ 40.76 21.09 2.9 -
YUV 82.13 96.33 249.87 -
System Red Green Blue C M Y K H S L
Decimal 253 6 26 0 0.98 0.90 0.01 355.14 0.98 0.51
Hex FD 6 1A 0 62 5A 1 163 62 33
Octal 375 6 32 0 142 132 1 543 142 63
Binary 11111101 110 11010 0 1100010 1011010 1 101100011 1100010 110011

Color Harmonies of #FD061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD061A

Black with #FD061A

Text Example


Text Example

White with #FD061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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