Html Css Color HEX #FD0319 Torch Red

📋 copy color: '#FD0319'

red 253 ◦ green 3 ◦ blue 25

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

Shades of Torch Red #FD0319

Tints of Torch Red #FD0319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

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

R = 90.04%
G = 1.07%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD0319 (or 0xFD0319) is known color: Torch Red. HEX triplet: FD, 03 and 19. RGB value is (253,3,25). Sum of RGB (Red+Green+Blue) = 253+3+25=281 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.04% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0319 is #02FCE6. Grayscale: #505050. Windows color (decimal): -195815 or 1639421. OLE color: 1639421.

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

Color convert

RGB 253 3 25 -
CMYK 0 0.99 0.90 0.01
HSL 354.72º 0.98% 0.5% -
HSV(B) 354.72º 0.99% 0.99% -
XYZ 40.72 21.02 2.83 -
YUV 80.26 96.83 251.21 -
System Red Green Blue C M Y K H S L
Decimal 253 3 25 0 0.99 0.90 0.01 354.72 0.98 0.5
Hex FD 3 19 0 63 5A 1 163 62 32
Octal 375 3 31 0 143 132 1 543 142 62
Binary 11111101 11 11001 0 1100011 1011010 1 101100011 1100010 110010

Color Harmonies of #FD0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0319

Black with #FD0319

Text Example


Text Example

White with #FD0319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0319; }

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

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

background-color css

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

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

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

border-color css

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

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

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