Html Css Color HEX #FD062D Torch Red

📋 copy color: '#FD062D'

red 253 ◦ green 6 ◦ blue 45

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

Shades of Torch Red #FD062D

Tints of Torch Red #FD062D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 83.22%
G = 1.97%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD062D (or 0xFD062D) is known color: Torch Red. HEX triplet: FD, 06 and 2D. RGB value is (253,6,45). Sum of RGB (Red+Green+Blue) = 253+6+45=304 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.22% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 253 - color contains mainly: red. Hex color #FD062D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD062D is #02F9D2. Grayscale: #545454. Windows color (decimal): -195027 or 2950909. OLE color: 2950909.

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

Color convert

RGB 253 6 45 -
CMYK 0 0.98 0.82 0.01
HSL 350.53º 0.98% 0.51% -
HSV(B) 350.53º 0.98% 0.99% -
XYZ 41.05 21.2 4.41 -
YUV 84.3 105.83 248.33 -
System Red Green Blue C M Y K H S L
Decimal 253 6 45 0 0.98 0.82 0.01 350.53 0.98 0.51
Hex FD 6 2D 0 62 52 1 15F 62 33
Octal 375 6 55 0 142 122 1 537 142 63
Binary 11111101 110 101101 0 1100010 1010010 1 101011111 1100010 110011

Color Harmonies of #FD062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD062D

Black with #FD062D

Text Example


Text Example

White with #FD062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD062D; }

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

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

background-color css

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

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

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

border-color css

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

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

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