Html Css Color HEX #FD0616 Torch Red

📋 copy color: '#FD0616'

red 253 ◦ green 6 ◦ blue 22

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

Shades of Torch Red #FD0616

Tints of Torch Red #FD0616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.83%

R = 90.04%
G = 2.14%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD0616 (or 0xFD0616) is known color: Torch Red. HEX triplet: FD, 06 and 16. RGB value is (253,6,22). Sum of RGB (Red+Green+Blue) = 253+6+22=281 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.04% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0616 is #02F9E9. Grayscale: #515151. Windows color (decimal): -195050 or 1443581. OLE color: 1443581.

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

Color convert

RGB 253 6 22 -
CMYK 0 0.98 0.91 0.01
HSL 356.11º 0.98% 0.51% -
HSV(B) 356.11º 0.98% 0.99% -
XYZ 40.72 21.07 2.68 -
YUV 81.68 94.33 250.2 -
System Red Green Blue C M Y K H S L
Decimal 253 6 22 0 0.98 0.91 0.01 356.11 0.98 0.51
Hex FD 6 16 0 62 5B 1 164 62 33
Octal 375 6 26 0 142 133 1 544 142 63
Binary 11111101 110 10110 0 1100010 1011011 1 101100100 1100010 110011

Color Harmonies of #FD0616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0616

Black with #FD0616

Text Example


Text Example

White with #FD0616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0616; }

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

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

background-color css

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

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

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

border-color css

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

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

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