Html Css Color HEX #FF0812 Torch Red

📋 copy color: '#FF0812'

red 255 ◦ green 8 ◦ blue 18

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

Shades of Torch Red #FF0812

Tints of Torch Red #FF0812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 90.75%
G = 2.85%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF0812 (or 0xFF0812) is known color: Torch Red. HEX triplet: FF, 08 and 12. RGB value is (255,8,18). Sum of RGB (Red+Green+Blue) = 255+8+18=281 (37% of max value = 765). Red value is 255 (100% from 255 or 90.75% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0812 is #00F7ED. Grayscale: #535353. Windows color (decimal): -63470 or 1181951. OLE color: 1181951.

HSL color Cylindrical-coordinate representation of color #FF0812: hue angle of 357.57º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0812 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 8 18 -
CMYK 0 0.97 0.93 0
HSL 357.57º 1% 0.52% -
HSV(B) 357.57º 0.97% 1% -
XYZ 41.44 21.48 2.53 -
YUV 82.99 91.33 250.69 -
System Red Green Blue C M Y K H S L
Decimal 255 8 18 0 0.97 0.93 0 357.57 1 0.52
Hex FF 8 12 0 61 5D 0 166 64 34
Octal 377 10 22 0 141 135 0 546 144 64
Binary 11111111 1000 10010 0 1100001 1011101 0 101100110 1100100 110100

Color Harmonies of #FF0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0812

Black with #FF0812

Text Example


Text Example

White with #FF0812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0812; }

 p { color: rgb(255,8,18); }

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

background-color css

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

 a { background-color: rgb(255,8,18); }

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

border-color css

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

 span { border-color: rgb(255,8,18); }

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