Html Css Color HEX #FD0C4A Torch Red

📋 copy color: '#FD0C4A'

red 253 ◦ green 12 ◦ blue 74

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

Shades of Torch Red #FD0C4A

Tints of Torch Red #FD0C4A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.54%

 BLUE value IS 74 (29.3% from 255) = 21.83%

R = 74.63%
G = 3.54%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD0C4A (or 0xFD0C4A) is known color: Torch Red. HEX triplet: FD, 0C and 4A. RGB value is (253,12,74). Sum of RGB (Red+Green+Blue) = 253+12+74=339 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.63% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0C4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0C4A is #02F3B5. Grayscale: #5B5B5B. Windows color (decimal): -193462 or 4852989. OLE color: 4852989.

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

Color convert

RGB 253 12 74 -
CMYK 0 0.95 0.71 0.01
HSL 344.56º 0.98% 0.52% -
HSV(B) 344.56º 0.95% 0.99% -
XYZ 41.88 21.64 8.45 -
YUV 91.13 118.34 243.46 -
System Red Green Blue C M Y K H S L
Decimal 253 12 74 0 0.95 0.71 0.01 344.56 0.98 0.52
Hex FD C 4A 0 5F 47 1 159 62 34
Octal 375 14 112 0 137 107 1 531 142 64
Binary 11111101 1100 1001010 0 1011111 1000111 1 101011001 1100010 110100

Color Harmonies of #FD0C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0C4A

Black with #FD0C4A

Text Example


Text Example

White with #FD0C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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