Html Css Color HEX #FF0419 Torch Red

📋 copy color: '#FF0419'

red 255 ◦ green 4 ◦ blue 25

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

Shades of Torch Red #FF0419

Tints of Torch Red #FF0419

RGB

 RED value IS 255 (100% from 255) = 89.79%

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 89.79%
G = 1.41%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF0419 (or 0xFF0419) is known color: Torch Red. HEX triplet: FF, 04 and 19. RGB value is (255,4,25). Sum of RGB (Red+Green+Blue) = 255+4+25=284 (37% of max value = 765). Red value is 255 (100% from 255 or 89.79% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0419 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0419 is #00FBE6. Grayscale: #515151. Windows color (decimal): -64487 or 1639679. OLE color: 1639679.

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

Color convert

RGB 255 4 25 -
CMYK 0 0.98 0.90 0
HSL 354.98º 1% 0.51% -
HSV(B) 354.98º 0.98% 1% -
XYZ 41.46 21.42 2.87 -
YUV 81.44 96.16 251.79 -
System Red Green Blue C M Y K H S L
Decimal 255 4 25 0 0.98 0.90 0 354.98 1 0.51
Hex FF 4 19 0 62 5A 0 163 64 33
Octal 377 4 31 0 142 132 0 543 144 63
Binary 11111111 100 11001 0 1100010 1011010 0 101100011 1100100 110011

Color Harmonies of #FF0419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0419

Black with #FF0419

Text Example


Text Example

White with #FF0419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0419; }

 p { color: rgb(255,4,25); }

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

background-color css

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

 a { background-color: rgb(255,4,25); }

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

border-color css

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

 span { border-color: rgb(255,4,25); }

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