Html Css Color HEX #FF0A3F Torch Red

📋 copy color: '#FF0A3F'

red 255 ◦ green 10 ◦ blue 63

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

Shades of Torch Red #FF0A3F

Tints of Torch Red #FF0A3F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.05%

 BLUE value IS 63 (25% from 255) = 19.21%

R = 77.74%
G = 3.05%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF0A3F (or 0xFF0A3F) is known color: Torch Red. HEX triplet: FF, 0A and 3F. RGB value is (255,10,63). Sum of RGB (Red+Green+Blue) = 255+10+63=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A3F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0A3F is #00F5C0. Grayscale: #595959. Windows color (decimal): -62913 or 4131583. OLE color: 4131583.

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

Color convert

RGB 255 10 63 -
CMYK 0 0.96 0.75 0
HSL 347.02º 1% 0.52% -
HSV(B) 347.02º 0.96% 1% -
XYZ 42.25 21.84 6.69 -
YUV 89.3 113.17 246.19 -
System Red Green Blue C M Y K H S L
Decimal 255 10 63 0 0.96 0.75 0 347.02 1 0.52
Hex FF A 3F 0 60 4B 0 15B 64 34
Octal 377 12 77 0 140 113 0 533 144 64
Binary 11111111 1010 111111 0 1100000 1001011 0 101011011 1100100 110100

Color Harmonies of #FF0A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0A3F

Black with #FF0A3F

Text Example


Text Example

White with #FF0A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0A3F; }

 p { color: rgb(255,10,63); }

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

background-color css

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

 a { background-color: rgb(255,10,63); }

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

border-color css

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

 span { border-color: rgb(255,10,63); }

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