Html Css Color HEX #FF0615 Torch Red

📋 copy color: '#FF0615'

red 255 ◦ green 6 ◦ blue 21

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

Shades of Torch Red #FF0615

Tints of Torch Red #FF0615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.45%

R = 90.43%
G = 2.13%
B = 7.45%

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

#FF0615 (or 0xFF0615) is known color: Torch Red. HEX triplet: FF, 06 and 15. RGB value is (255,6,21). Sum of RGB (Red+Green+Blue) = 255+6+21=282 (37% of max value = 765). Red value is 255 (100% from 255 or 90.43% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0615 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0615 is #00F9EA. Grayscale: #525252. Windows color (decimal): -63979 or 1378047. OLE color: 1378047.

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

Color convert

RGB 255 6 21 -
CMYK 0 0.98 0.92 0
HSL 356.39º 1% 0.51% -
HSV(B) 356.39º 0.98% 1% -
XYZ 41.44 21.44 2.66 -
YUV 82.16 93.49 251.28 -
System Red Green Blue C M Y K H S L
Decimal 255 6 21 0 0.98 0.92 0 356.39 1 0.51
Hex FF 6 15 0 62 5C 0 164 64 33
Octal 377 6 25 0 142 134 0 544 144 63
Binary 11111111 110 10101 0 1100010 1011100 0 101100100 1100100 110011

Color Harmonies of #FF0615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0615

Black with #FF0615

Text Example


Text Example

White with #FF0615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0615; }

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

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

background-color css

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

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

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

border-color css

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

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

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