Html Css Color HEX #FF030A Torch Red

📋 copy color: '#FF030A'

red 255 ◦ green 3 ◦ blue 10

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

Shades of Torch Red #FF030A

Tints of Torch Red #FF030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 95.15%
G = 1.12%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF030A (or 0xFF030A) is known color: Torch Red. HEX triplet: FF, 03 and 0A. RGB value is (255,3,10). Sum of RGB (Red+Green+Blue) = 255+3+10=268 (35% of max value = 765). Red value is 255 (100% from 255 or 95.15% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 255 - color contains mainly: red. Hex color #FF030A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF030A is #00FCF5. Grayscale: #4F4F4F. Windows color (decimal): -64758 or 656383. OLE color: 656383.

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

Color convert

RGB 255 3 10 -
CMYK 0 0.99 0.96 0
HSL 358.33º 1% 0.51% -
HSV(B) 358.33º 0.99% 1% -
XYZ 41.33 21.35 2.23 -
YUV 79.15 88.99 253.43 -
System Red Green Blue C M Y K H S L
Decimal 255 3 10 0 0.99 0.96 0 358.33 1 0.51
Hex FF 3 A 0 63 60 0 166 64 33
Octal 377 3 12 0 143 140 0 546 144 63
Binary 11111111 11 1010 0 1100011 1100000 0 101100110 1100100 110011

Color Harmonies of #FF030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF030A

Black with #FF030A

Text Example


Text Example

White with #FF030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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