Html Css Color HEX #FD070C Torch Red

📋 copy color: '#FD070C'

red 253 ◦ green 7 ◦ blue 12

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

Shades of Torch Red #FD070C

Tints of Torch Red #FD070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.57%

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

R = 93.01%
G = 2.57%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD070C (or 0xFD070C) is known color: Torch Red. HEX triplet: FD, 07 and 0C. RGB value is (253,7,12). Sum of RGB (Red+Green+Blue) = 253+7+12=272 (36% of max value = 765). Red value is 253 (99.22% from 255 or 93.01% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 253 - color contains mainly: red. Hex color #FD070C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD070C is #02F8F3. Grayscale: #515151. Windows color (decimal): -194804 or 788477. OLE color: 788477.

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

Color convert

RGB 253 7 12 -
CMYK 0 0.97 0.95 0.01
HSL 358.78º 0.98% 0.51% -
HSV(B) 358.78º 0.97% 0.99% -
XYZ 40.65 21.06 2.27 -
YUV 81.12 89 250.59 -
System Red Green Blue C M Y K H S L
Decimal 253 7 12 0 0.97 0.95 0.01 358.78 0.98 0.51
Hex FD 7 C 0 61 5F 1 167 62 33
Octal 375 7 14 0 141 137 1 547 142 63
Binary 11111101 111 1100 0 1100001 1011111 1 101100111 1100010 110011

Color Harmonies of #FD070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD070C

Black with #FD070C

Text Example


Text Example

White with #FD070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD070C; }

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

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

background-color css

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

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

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

border-color css

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

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

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