Html Css Color HEX #FF030C Torch Red

📋 copy color: '#FF030C'

red 255 ◦ green 3 ◦ blue 12

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

Shades of Torch Red #FF030C

Tints of Torch Red #FF030C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.44%

R = 94.44%
G = 1.11%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF030C (or 0xFF030C) is known color: Torch Red. HEX triplet: FF, 03 and 0C. RGB value is (255,3,12). Sum of RGB (Red+Green+Blue) = 255+3+12=270 (35% of max value = 765). Red value is 255 (100% from 255 or 94.44% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 255 - color contains mainly: red. Hex color #FF030C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF030C is #00FCF3. Grayscale: #4F4F4F. Windows color (decimal): -64756 or 787455. OLE color: 787455.

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

Color convert

RGB 255 3 12 -
CMYK 0 0.99 0.95 0
HSL 357.86º 1% 0.51% -
HSV(B) 357.86º 0.99% 1% -
XYZ 41.34 21.35 2.29 -
YUV 79.37 89.99 253.27 -
System Red Green Blue C M Y K H S L
Decimal 255 3 12 0 0.99 0.95 0 357.86 1 0.51
Hex FF 3 C 0 63 5F 0 166 64 33
Octal 377 3 14 0 143 137 0 546 144 63
Binary 11111111 11 1100 0 1100011 1011111 0 101100110 1100100 110011

Color Harmonies of #FF030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF030C

Black with #FF030C

Text Example


Text Example

White with #FF030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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