Html Css Color HEX #FF0414 Torch Red

📋 copy color: '#FF0414'

red 255 ◦ green 4 ◦ blue 20

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

Shades of Torch Red #FF0414

Tints of Torch Red #FF0414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.17%

R = 91.4%
G = 1.43%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF0414 (or 0xFF0414) is known color: Torch Red. HEX triplet: FF, 04 and 14. RGB value is (255,4,20). Sum of RGB (Red+Green+Blue) = 255+4+20=279 (36% of max value = 765). Red value is 255 (100% from 255 or 91.40% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0414 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0414 is #00FBEB. Grayscale: #515151. Windows color (decimal): -64492 or 1311999. OLE color: 1311999.

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

Color convert

RGB 255 4 20 -
CMYK 0 0.98 0.92 0
HSL 356.18º 1% 0.51% -
HSV(B) 356.18º 0.98% 1% -
XYZ 41.41 21.4 2.61 -
YUV 80.87 93.66 252.2 -
System Red Green Blue C M Y K H S L
Decimal 255 4 20 0 0.98 0.92 0 356.18 1 0.51
Hex FF 4 14 0 62 5C 0 164 64 33
Octal 377 4 24 0 142 134 0 544 144 63
Binary 11111111 100 10100 0 1100010 1011100 0 101100100 1100100 110011

Color Harmonies of #FF0414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0414

Black with #FF0414

Text Example


Text Example

White with #FF0414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0414; }

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

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

background-color css

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

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

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

border-color css

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

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

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