Html Css Color HEX #FD0D4B Torch Red

📋 copy color: '#FD0D4B'

red 253 ◦ green 13 ◦ blue 75

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

Shades of Torch Red #FD0D4B

Tints of Torch Red #FD0D4B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.81%

 BLUE value IS 75 (29.69% from 255) = 21.99%

R = 74.19%
G = 3.81%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD0D4B (or 0xFD0D4B) is known color: Torch Red. HEX triplet: FD, 0D and 4B. RGB value is (253,13,75). Sum of RGB (Red+Green+Blue) = 253+13+75=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0D4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0D4B is #02F2B4. Grayscale: #5B5B5B. Windows color (decimal): -193205 or 4918781. OLE color: 4918781.

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

Color convert

RGB 253 13 75 -
CMYK 0 0.95 0.70 0.01
HSL 344.5º 0.98% 0.52% -
HSV(B) 344.5º 0.95% 0.99% -
XYZ 41.92 21.68 8.63 -
YUV 91.83 118.51 242.96 -
System Red Green Blue C M Y K H S L
Decimal 253 13 75 0 0.95 0.70 0.01 344.5 0.98 0.52
Hex FD D 4B 0 5F 46 1 158 62 34
Octal 375 15 113 0 137 106 1 530 142 64
Binary 11111101 1101 1001011 0 1011111 1000110 1 101011000 1100010 110100

Color Harmonies of #FD0D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0D4B

Black with #FD0D4B

Text Example


Text Example

White with #FD0D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0D4B; }

 p { color: rgb(253,13,75); }

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

background-color css

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

 a { background-color: rgb(253,13,75); }

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

border-color css

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

 span { border-color: rgb(253,13,75); }

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