Html Css Color HEX #FD0619 Torch Red

📋 copy color: '#FD0619'

red 253 ◦ green 6 ◦ blue 25

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

Shades of Torch Red #FD0619

Tints of Torch Red #FD0619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.8%

R = 89.08%
G = 2.11%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD0619 (or 0xFD0619) is known color: Torch Red. HEX triplet: FD, 06 and 19. RGB value is (253,6,25). Sum of RGB (Red+Green+Blue) = 253+6+25=284 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.08% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0619 is #02F9E6. Grayscale: #525252. Windows color (decimal): -195047 or 1640189. OLE color: 1640189.

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

Color convert

RGB 253 6 25 -
CMYK 0 0.98 0.90 0.01
HSL 355.38º 0.98% 0.51% -
HSV(B) 355.38º 0.98% 0.99% -
XYZ 40.75 21.08 2.84 -
YUV 82.02 95.83 249.96 -
System Red Green Blue C M Y K H S L
Decimal 253 6 25 0 0.98 0.90 0.01 355.38 0.98 0.51
Hex FD 6 19 0 62 5A 1 163 62 33
Octal 375 6 31 0 142 132 1 543 142 63
Binary 11111101 110 11001 0 1100010 1011010 1 101100011 1100010 110011

Color Harmonies of #FD0619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0619

Black with #FD0619

Text Example


Text Example

White with #FD0619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0619; }

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

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

background-color css

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

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

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

border-color css

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

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

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