Html Css Color HEX #FF063C Torch Red

📋 copy color: '#FF063C'

red 255 ◦ green 6 ◦ blue 60

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

Shades of Torch Red #FF063C

Tints of Torch Red #FF063C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 79.44%
G = 1.87%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF063C (or 0xFF063C) is known color: Torch Red. HEX triplet: FF, 06 and 3C. RGB value is (255,6,60). Sum of RGB (Red+Green+Blue) = 255+6+60=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF063C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF063C is #00F9C3. Grayscale: #565656. Windows color (decimal): -63940 or 3933951. OLE color: 3933951.

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

Color convert

RGB 255 6 60 -
CMYK 0 0.98 0.76 0
HSL 346.99º 1% 0.51% -
HSV(B) 346.99º 0.98% 1% -
XYZ 42.12 21.72 6.25 -
YUV 86.61 112.99 248.11 -
System Red Green Blue C M Y K H S L
Decimal 255 6 60 0 0.98 0.76 0 346.99 1 0.51
Hex FF 6 3C 0 62 4C 0 15B 64 33
Octal 377 6 74 0 142 114 0 533 144 63
Binary 11111111 110 111100 0 1100010 1001100 0 101011011 1100100 110011

Color Harmonies of #FF063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF063C

Black with #FF063C

Text Example


Text Example

White with #FF063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF063C; }

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

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

background-color css

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

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

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

border-color css

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

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

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