Html Css Color HEX #FD0030 Torch Red

📋 copy color: '#FD0030'

red 253 ◦ green 0 ◦ blue 48

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

Shades of Torch Red #FD0030

Tints of Torch Red #FD0030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 84.05%
G = 0%
B = 15.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD0030 (or 0xFD0030) is known color: Torch Red. HEX triplet: FD, 00 and 30. RGB value is (253,0,48). Sum of RGB (Red+Green+Blue) = 253+0+48=301 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.05% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0030 is #02FFCF. Grayscale: #515151. Windows color (decimal): -196560 or 3145981. OLE color: 3145981.

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

Color convert

RGB 253 0 48 -
CMYK 0 1 0.81 0.01
HSL 348.62º 1% 0.5% -
HSV(B) 348.62º 1% 0.99% -
XYZ 41.04 21.1 4.71 -
YUV 81.12 109.32 250.6 -
System Red Green Blue C M Y K H S L
Decimal 253 0 48 0 1 0.81 0.01 348.62 1 0.5
Hex FD 0 30 0 64 51 1 15D 64 32
Octal 375 0 60 0 144 121 1 535 144 62
Binary 11111101 0 110000 0 1100100 1010001 1 101011101 1100100 110010

Color Harmonies of #FD0030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0030

Black with #FD0030

Text Example


Text Example

White with #FD0030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0030; }

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

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

background-color css

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

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

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

border-color css

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

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

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