Html Css Color HEX #FF0306 Torch Red

📋 copy color: '#FF0306'

red 255 ◦ green 3 ◦ blue 6

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

Shades of Torch Red #FF0306

Tints of Torch Red #FF0306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.27%

R = 96.59%
G = 1.14%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF0306 (or 0xFF0306) is known color: Torch Red. HEX triplet: FF, 03 and 06. RGB value is (255,3,6). Sum of RGB (Red+Green+Blue) = 255+3+6=264 (34% of max value = 765). Red value is 255 (100% from 255 or 96.59% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0306 is #00FCF9. Grayscale: #4E4E4E. Windows color (decimal): -64762 or 394239. OLE color: 394239.

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

Color convert

RGB 255 3 6 -
CMYK 0 0.99 0.98 0
HSL 359.29º 1% 0.51% -
HSV(B) 359.29º 0.99% 1% -
XYZ 41.31 21.34 2.11 -
YUV 78.69 86.99 253.76 -
System Red Green Blue C M Y K H S L
Decimal 255 3 6 0 0.99 0.98 0 359.29 1 0.51
Hex FF 3 6 0 63 62 0 167 64 33
Octal 377 3 6 0 143 142 0 547 144 63
Binary 11111111 11 110 0 1100011 1100010 0 101100111 1100100 110011

Color Harmonies of #FF0306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0306

Black with #FF0306

Text Example


Text Example

White with #FF0306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0306; }

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

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

background-color css

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

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

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

border-color css

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

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

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