Html Css Color HEX #FF0312 Torch Red

📋 copy color: '#FF0312'

red 255 ◦ green 3 ◦ blue 18

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

Shades of Torch Red #FF0312

Tints of Torch Red #FF0312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 92.39%
G = 1.09%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF0312 (or 0xFF0312) is known color: Torch Red. HEX triplet: FF, 03 and 12. RGB value is (255,3,18). Sum of RGB (Red+Green+Blue) = 255+3+18=276 (36% of max value = 765). Red value is 255 (100% from 255 or 92.39% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0312 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0312 is #00FCED. Grayscale: #505050. Windows color (decimal): -64750 or 1180671. OLE color: 1180671.

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

Color convert

RGB 255 3 18 -
CMYK 0 0.99 0.93 0
HSL 356.43º 1% 0.51% -
HSV(B) 356.43º 0.99% 1% -
XYZ 41.38 21.37 2.52 -
YUV 80.06 92.99 252.78 -
System Red Green Blue C M Y K H S L
Decimal 255 3 18 0 0.99 0.93 0 356.43 1 0.51
Hex FF 3 12 0 63 5D 0 164 64 33
Octal 377 3 22 0 143 135 0 544 144 63
Binary 11111111 11 10010 0 1100011 1011101 0 101100100 1100100 110011

Color Harmonies of #FF0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0312

Black with #FF0312

Text Example


Text Example

White with #FF0312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0312; }

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

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

background-color css

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

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

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

border-color css

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

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

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