Html Css Color HEX #FD083C Torch Red

📋 copy color: '#FD083C'

red 253 ◦ green 8 ◦ blue 60

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

Shades of Torch Red #FD083C

Tints of Torch Red #FD083C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 78.82%
G = 2.49%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD083C (or 0xFD083C) is known color: Torch Red. HEX triplet: FD, 08 and 3C. RGB value is (253,8,60). Sum of RGB (Red+Green+Blue) = 253+8+60=321 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.82% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 253 - color contains mainly: red. Hex color #FD083C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD083C is #02F7C3. Grayscale: #575757. Windows color (decimal): -194500 or 3934461. OLE color: 3934461.

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

Color convert

RGB 253 8 60 -
CMYK 0 0.97 0.76 0.01
HSL 347.27º 0.98% 0.51% -
HSV(B) 347.27º 0.97% 0.99% -
XYZ 41.41 21.38 6.22 -
YUV 87.18 112.67 246.27 -
System Red Green Blue C M Y K H S L
Decimal 253 8 60 0 0.97 0.76 0.01 347.27 0.98 0.51
Hex FD 8 3C 0 61 4C 1 15B 62 33
Octal 375 10 74 0 141 114 1 533 142 63
Binary 11111101 1000 111100 0 1100001 1001100 1 101011011 1100010 110011

Color Harmonies of #FD083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD083C

Black with #FD083C

Text Example


Text Example

White with #FD083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD083C; }

 p { color: rgb(253,8,60); }

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

background-color css

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

 a { background-color: rgb(253,8,60); }

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

border-color css

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

 span { border-color: rgb(253,8,60); }

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