Html Css Color HEX #FD050C Torch Red

📋 copy color: '#FD050C'

red 253 ◦ green 5 ◦ blue 12

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

Shades of Torch Red #FD050C

Tints of Torch Red #FD050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 93.7%
G = 1.85%
B = 4.44%

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

#FD050C (or 0xFD050C) is known color: Torch Red. HEX triplet: FD, 05 and 0C. RGB value is (253,5,12). Sum of RGB (Red+Green+Blue) = 253+5+12=270 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.70% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 253 - color contains mainly: red. Hex color #FD050C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD050C is #02FAF3. Grayscale: #505050. Windows color (decimal): -195316 or 787965. OLE color: 787965.

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

Color convert

RGB 253 5 12 -
CMYK 0 0.98 0.95 0.01
HSL 358.31º 0.98% 0.51% -
HSV(B) 358.31º 0.98% 0.99% -
XYZ 40.63 21.02 2.26 -
YUV 79.95 89.66 251.43 -
System Red Green Blue C M Y K H S L
Decimal 253 5 12 0 0.98 0.95 0.01 358.31 0.98 0.51
Hex FD 5 C 0 62 5F 1 166 62 33
Octal 375 5 14 0 142 137 1 546 142 63
Binary 11111101 101 1100 0 1100010 1011111 1 101100110 1100010 110011

Color Harmonies of #FD050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD050C

Black with #FD050C

Text Example


Text Example

White with #FD050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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