Html Css Color HEX #FD0838 Torch Red

📋 copy color: '#FD0838'

red 253 ◦ green 8 ◦ blue 56

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

Shades of Torch Red #FD0838

Tints of Torch Red #FD0838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

 BLUE value IS 56 (22.27% from 255) = 17.67%

R = 79.81%
G = 2.52%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FD0838 (or 0xFD0838) is known color: Torch Red. HEX triplet: FD, 08 and 38. RGB value is (253,8,56). Sum of RGB (Red+Green+Blue) = 253+8+56=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0838 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0838 is #02F7C7. Grayscale: #565656. Windows color (decimal): -194504 or 3672317. OLE color: 3672317.

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

Color convert

RGB 253 8 56 -
CMYK 0 0.97 0.78 0.01
HSL 348.24º 0.98% 0.51% -
HSV(B) 348.24º 0.97% 0.99% -
XYZ 41.31 21.34 5.68 -
YUV 86.73 110.67 246.6 -
System Red Green Blue C M Y K H S L
Decimal 253 8 56 0 0.97 0.78 0.01 348.24 0.98 0.51
Hex FD 8 38 0 61 4E 1 15C 62 33
Octal 375 10 70 0 141 116 1 534 142 63
Binary 11111101 1000 111000 0 1100001 1001110 1 101011100 1100010 110011

Color Harmonies of #FD0838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0838

Black with #FD0838

Text Example


Text Example

White with #FD0838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0838; }

 p { color: rgb(253,8,56); }

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

background-color css

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

 a { background-color: rgb(253,8,56); }

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

border-color css

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

 span { border-color: rgb(253,8,56); }

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