Html Css Color HEX #FF050C Torch Red

📋 copy color: '#FF050C'

red 255 ◦ green 5 ◦ blue 12

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

Shades of Torch Red #FF050C

Tints of Torch Red #FF050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.84%

 BLUE value IS 12 (5.08% from 255) = 4.41%

R = 93.75%
G = 1.84%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF050C (or 0xFF050C) is known color: Torch Red. HEX triplet: FF, 05 and 0C. RGB value is (255,5,12). Sum of RGB (Red+Green+Blue) = 255+5+12=272 (36% of max value = 765). Red value is 255 (100% from 255 or 93.75% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 255 - color contains mainly: red. Hex color #FF050C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF050C is #00FAF3. Grayscale: #505050. Windows color (decimal): -64244 or 787967. OLE color: 787967.

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

Color convert

RGB 255 5 12 -
CMYK 0 0.98 0.95 0
HSL 358.32º 1% 0.51% -
HSV(B) 358.32º 0.98% 1% -
XYZ 41.36 21.4 2.3 -
YUV 80.55 89.33 252.43 -
System Red Green Blue C M Y K H S L
Decimal 255 5 12 0 0.98 0.95 0 358.32 1 0.51
Hex FF 5 C 0 62 5F 0 166 64 33
Octal 377 5 14 0 142 137 0 546 144 63
Binary 11111111 101 1100 0 1100010 1011111 0 101100110 1100100 110011

Color Harmonies of #FF050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF050C

Black with #FF050C

Text Example


Text Example

White with #FF050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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