Html Css Color HEX #FF0413 Torch Red

📋 copy color: '#FF0413'

red 255 ◦ green 4 ◦ blue 19

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

Shades of Torch Red #FF0413

Tints of Torch Red #FF0413

RGB

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

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

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

R = 91.73%
G = 1.44%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF0413 (or 0xFF0413) is known color: Torch Red. HEX triplet: FF, 04 and 13. RGB value is (255,4,19). Sum of RGB (Red+Green+Blue) = 255+4+19=278 (36% of max value = 765). Red value is 255 (100% from 255 or 91.73% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0413 is #00FBEC. Grayscale: #505050. Windows color (decimal): -64493 or 1246463. OLE color: 1246463.

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

Color convert

RGB 255 4 19 -
CMYK 0 0.98 0.93 0
HSL 356.41º 1% 0.51% -
HSV(B) 356.41º 0.98% 1% -
XYZ 41.4 21.39 2.56 -
YUV 80.76 93.16 252.28 -
System Red Green Blue C M Y K H S L
Decimal 255 4 19 0 0.98 0.93 0 356.41 1 0.51
Hex FF 4 13 0 62 5D 0 164 64 33
Octal 377 4 23 0 142 135 0 544 144 63
Binary 11111111 100 10011 0 1100010 1011101 0 101100100 1100100 110011

Color Harmonies of #FF0413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0413

Black with #FF0413

Text Example


Text Example

White with #FF0413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0413; }

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

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

background-color css

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

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

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

border-color css

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

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

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