Html Css Color HEX #FD062C Torch Red

📋 copy color: '#FD062C'

red 253 ◦ green 6 ◦ blue 44

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

Shades of Torch Red #FD062C

Tints of Torch Red #FD062C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.52%

R = 83.5%
G = 1.98%
B = 14.52%

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

#FD062C (or 0xFD062C) is known color: Torch Red. HEX triplet: FD, 06 and 2C. RGB value is (253,6,44). Sum of RGB (Red+Green+Blue) = 253+6+44=303 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.50% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 253 - color contains mainly: red. Hex color #FD062C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD062C is #02F9D3. Grayscale: #545454. Windows color (decimal): -195028 or 2885373. OLE color: 2885373.

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

Color convert

RGB 253 6 44 -
CMYK 0 0.98 0.83 0.01
HSL 350.77º 0.98% 0.51% -
HSV(B) 350.77º 0.98% 0.99% -
XYZ 41.03 21.19 4.31 -
YUV 84.19 105.33 248.41 -
System Red Green Blue C M Y K H S L
Decimal 253 6 44 0 0.98 0.83 0.01 350.77 0.98 0.51
Hex FD 6 2C 0 62 53 1 15F 62 33
Octal 375 6 54 0 142 123 1 537 142 63
Binary 11111101 110 101100 0 1100010 1010011 1 101011111 1100010 110011

Color Harmonies of #FD062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD062C

Black with #FD062C

Text Example


Text Example

White with #FD062C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD062C; }

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

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

background-color css

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

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

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

border-color css

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

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

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