Html Css Color HEX #FF0005 Torch Red

📋 copy color: '#FF0005'

red 255 ◦ green 0 ◦ blue 5

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

Shades of Torch Red #FF0005

Tints of Torch Red #FF0005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 98.08%
G = 0%
B = 1.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF0005 (or 0xFF0005) is known color: Torch Red. HEX triplet: FF, 00 and 05. RGB value is (255,0,5). Sum of RGB (Red+Green+Blue) = 255+0+5=260 (34% of max value = 765). Red value is 255 (100% from 255 or 98.08% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0005 is #00FFFA. Grayscale: #4D4D4D. Windows color (decimal): -65531 or 327935. OLE color: 327935.

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

Color convert

RGB 255 0 5 -
CMYK 0 1 0.98 0
HSL 358.82º 1% 0.5% -
HSV(B) 358.82º 1% 1% -
XYZ 41.27 21.27 2.07 -
YUV 76.82 87.48 255.09 -
System Red Green Blue C M Y K H S L
Decimal 255 0 5 0 1 0.98 0 358.82 1 0.5
Hex FF 0 5 0 64 62 0 167 64 32
Octal 377 0 5 0 144 142 0 547 144 62
Binary 11111111 0 101 0 1100100 1100010 0 101100111 1100100 110010

Color Harmonies of #FF0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0005

Black with #FF0005

Text Example


Text Example

White with #FF0005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0005; }

 p { color: rgb(255,0,5); }

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

background-color css

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

 a { background-color: rgb(255,0,5); }

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

border-color css

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

 span { border-color: rgb(255,0,5); }

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