Html Css Color HEX #FD002D Torch Red

📋 copy color: '#FD002D'

red 253 ◦ green 0 ◦ blue 45

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

Shades of Torch Red #FD002D

Tints of Torch Red #FD002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 45 (17.97% from 255) = 15.1%

R = 84.9%
G = 0%
B = 15.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD002D (or 0xFD002D) is known color: Torch Red. HEX triplet: FD, 00 and 2D. RGB value is (253,0,45). Sum of RGB (Red+Green+Blue) = 253+0+45=298 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.90% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 253 - color contains mainly: red. Hex color #FD002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD002D is #02FFD2. Grayscale: #505050. Windows color (decimal): -196563 or 2949373. OLE color: 2949373.

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

Color convert

RGB 253 0 45 -
CMYK 0 1 0.82 0.01
HSL 349.33º 1% 0.5% -
HSV(B) 349.33º 1% 0.99% -
XYZ 40.98 21.07 4.39 -
YUV 80.78 107.82 250.84 -
System Red Green Blue C M Y K H S L
Decimal 253 0 45 0 1 0.82 0.01 349.33 1 0.5
Hex FD 0 2D 0 64 52 1 15D 64 32
Octal 375 0 55 0 144 122 1 535 144 62
Binary 11111101 0 101101 0 1100100 1010010 1 101011101 1100100 110010

Color Harmonies of #FD002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD002D

Black with #FD002D

Text Example


Text Example

White with #FD002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD002D; }

 p { color: rgb(253,0,45); }

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

background-color css

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

 a { background-color: rgb(253,0,45); }

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

border-color css

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

 span { border-color: rgb(253,0,45); }

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