Html Css Color HEX #FD0613 Torch Red

📋 copy color: '#FD0613'

red 253 ◦ green 6 ◦ blue 19

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

Shades of Torch Red #FD0613

Tints of Torch Red #FD0613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.83%

R = 91.01%
G = 2.16%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD0613 (or 0xFD0613) is known color: Torch Red. HEX triplet: FD, 06 and 13. RGB value is (253,6,19). Sum of RGB (Red+Green+Blue) = 253+6+19=278 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.01% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0613 is #02F9EC. Grayscale: #515151. Windows color (decimal): -195053 or 1246973. OLE color: 1246973.

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

Color convert

RGB 253 6 19 -
CMYK 0 0.98 0.92 0.01
HSL 356.84º 0.98% 0.51% -
HSV(B) 356.84º 0.98% 0.99% -
XYZ 40.69 21.06 2.54 -
YUV 81.34 92.83 250.44 -
System Red Green Blue C M Y K H S L
Decimal 253 6 19 0 0.98 0.92 0.01 356.84 0.98 0.51
Hex FD 6 13 0 62 5C 1 165 62 33
Octal 375 6 23 0 142 134 1 545 142 63
Binary 11111101 110 10011 0 1100010 1011100 1 101100101 1100010 110011

Color Harmonies of #FD0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0613

Black with #FD0613

Text Example


Text Example

White with #FD0613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0613; }

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

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

background-color css

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

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

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

border-color css

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

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

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