Html Css Color HEX #FF061C Torch Red

📋 copy color: '#FF061C'

red 255 ◦ green 6 ◦ blue 28

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

Shades of Torch Red #FF061C

Tints of Torch Red #FF061C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.69%

R = 88.24%
G = 2.08%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF061C (or 0xFF061C) is known color: Torch Red. HEX triplet: FF, 06 and 1C. RGB value is (255,6,28). Sum of RGB (Red+Green+Blue) = 255+6+28=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF061C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF061C is #00F9E3. Grayscale: #535353. Windows color (decimal): -63972 or 1836799. OLE color: 1836799.

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

Color convert

RGB 255 6 28 -
CMYK 0 0.98 0.89 0
HSL 354.7º 1% 0.51% -
HSV(B) 354.7º 0.98% 1% -
XYZ 41.51 21.47 3.06 -
YUV 82.96 96.99 250.71 -
System Red Green Blue C M Y K H S L
Decimal 255 6 28 0 0.98 0.89 0 354.7 1 0.51
Hex FF 6 1C 0 62 59 0 163 64 33
Octal 377 6 34 0 142 131 0 543 144 63
Binary 11111111 110 11100 0 1100010 1011001 0 101100011 1100100 110011

Color Harmonies of #FF061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF061C

Black with #FF061C

Text Example


Text Example

White with #FF061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF061C; }

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

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

background-color css

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

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

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

border-color css

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

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

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