Html Css Color HEX #FD062A Torch Red

📋 copy color: '#FD062A'

red 253 ◦ green 6 ◦ blue 42

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

Shades of Torch Red #FD062A

Tints of Torch Red #FD062A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.95%

R = 84.05%
G = 1.99%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD062A (or 0xFD062A) is known color: Torch Red. HEX triplet: FD, 06 and 2A. RGB value is (253,6,42). Sum of RGB (Red+Green+Blue) = 253+6+42=301 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.05% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 253 - color contains mainly: red. Hex color #FD062A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD062A is #02F9D5. Grayscale: #545454. Windows color (decimal): -195030 or 2754301. OLE color: 2754301.

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

Color convert

RGB 253 6 42 -
CMYK 0 0.98 0.83 0.01
HSL 351.26º 0.98% 0.51% -
HSV(B) 351.26º 0.98% 0.99% -
XYZ 40.99 21.18 4.12 -
YUV 83.96 104.33 248.57 -
System Red Green Blue C M Y K H S L
Decimal 253 6 42 0 0.98 0.83 0.01 351.26 0.98 0.51
Hex FD 6 2A 0 62 53 1 15F 62 33
Octal 375 6 52 0 142 123 1 537 142 63
Binary 11111101 110 101010 0 1100010 1010011 1 101011111 1100010 110011

Color Harmonies of #FD062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD062A

Black with #FD062A

Text Example


Text Example

White with #FD062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD062A; }

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

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

background-color css

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

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

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

border-color css

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

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

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