Html Css Color HEX #FD040C Torch Red

📋 copy color: '#FD040C'

red 253 ◦ green 4 ◦ blue 12

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

Shades of Torch Red #FD040C

Tints of Torch Red #FD040C

RGB

 RED value IS 253 (99.22% from 255) = 94.05%

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 94.05%
G = 1.49%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD040C (or 0xFD040C) is known color: Torch Red. HEX triplet: FD, 04 and 0C. RGB value is (253,4,12). Sum of RGB (Red+Green+Blue) = 253+4+12=269 (35% of max value = 765). Red value is 253 (99.22% from 255 or 94.05% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 253 - color contains mainly: red. Hex color #FD040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD040C is #02FBF3. Grayscale: #4F4F4F. Windows color (decimal): -195572 or 787709. OLE color: 787709.

HSL color Cylindrical-coordinate representation of color #FD040C: hue angle of 358.07º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD040C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 4 12 -
CMYK 0 0.98 0.95 0.01
HSL 358.07º 0.98% 0.5% -
HSV(B) 358.07º 0.98% 0.99% -
XYZ 40.62 21 2.26 -
YUV 79.36 89.99 251.85 -
System Red Green Blue C M Y K H S L
Decimal 253 4 12 0 0.98 0.95 0.01 358.07 0.98 0.5
Hex FD 4 C 0 62 5F 1 166 62 32
Octal 375 4 14 0 142 137 1 546 142 62
Binary 11111101 100 1100 0 1100010 1011111 1 101100110 1100010 110010

Color Harmonies of #FD040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD040C

Black with #FD040C

Text Example


Text Example

White with #FD040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD040C; }

 p { color: rgb(253,4,12); }

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

background-color css

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

 a { background-color: rgb(253,4,12); }

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

border-color css

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

 span { border-color: rgb(253,4,12); }

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