Html Css Color HEX #FD183D Torch Red

📋 copy color: '#FD183D'

red 253 ◦ green 24 ◦ blue 61

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

Shades of Torch Red #FD183D

Tints of Torch Red #FD183D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.1%

 BLUE value IS 61 (24.22% from 255) = 18.05%

R = 74.85%
G = 7.1%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD183D (or 0xFD183D) is known color: Torch Red. HEX triplet: FD, 18 and 3D. RGB value is (253,24,61). Sum of RGB (Red+Green+Blue) = 253+24+61=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD183D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD183D is #02E7C2. Grayscale: #606060. Windows color (decimal): -190403 or 4004093. OLE color: 4004093.

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

Color convert

RGB 253 24 61 -
CMYK 0 0.91 0.76 0.01
HSL 350.31º 0.98% 0.54% -
HSV(B) 350.31º 0.91% 0.99% -
XYZ 41.68 21.87 6.44 -
YUV 96.69 107.87 239.49 -
System Red Green Blue C M Y K H S L
Decimal 253 24 61 0 0.91 0.76 0.01 350.31 0.98 0.54
Hex FD 18 3D 0 5B 4C 1 15E 62 36
Octal 375 30 75 0 133 114 1 536 142 66
Binary 11111101 11000 111101 0 1011011 1001100 1 101011110 1100010 110110

Color Harmonies of #FD183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD183D

Black with #FD183D

Text Example


Text Example

White with #FD183D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD183D; }

 p { color: rgb(253,24,61); }

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

background-color css

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

 a { background-color: rgb(253,24,61); }

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

border-color css

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

 span { border-color: rgb(253,24,61); }

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