Html Css Color HEX #FF0610 Torch Red

📋 copy color: '#FF0610'

red 255 ◦ green 6 ◦ blue 16

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

Shades of Torch Red #FF0610

Tints of Torch Red #FF0610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

 BLUE value IS 16 (6.64% from 255) = 5.78%

R = 92.06%
G = 2.17%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF0610 (or 0xFF0610) is known color: Torch Red. HEX triplet: FF, 06 and 10. RGB value is (255,6,16). Sum of RGB (Red+Green+Blue) = 255+6+16=277 (36% of max value = 765). Red value is 255 (100% from 255 or 92.06% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0610 is #00F9EF. Grayscale: #515151. Windows color (decimal): -63984 or 1050367. OLE color: 1050367.

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

Color convert

RGB 255 6 16 -
CMYK 0 0.98 0.94 0
HSL 357.59º 1% 0.51% -
HSV(B) 357.59º 0.98% 1% -
XYZ 41.4 21.43 2.44 -
YUV 81.59 90.99 251.69 -
System Red Green Blue C M Y K H S L
Decimal 255 6 16 0 0.98 0.94 0 357.59 1 0.51
Hex FF 6 10 0 62 5E 0 166 64 33
Octal 377 6 20 0 142 136 0 546 144 63
Binary 11111111 110 10000 0 1100010 1011110 0 101100110 1100100 110011

Color Harmonies of #FF0610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0610

Black with #FF0610

Text Example


Text Example

White with #FF0610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0610; }

 p { color: rgb(255,6,16); }

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

background-color css

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

 a { background-color: rgb(255,6,16); }

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

border-color css

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

 span { border-color: rgb(255,6,16); }

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