Html Css Color HEX #FD273D Torch Red

📋 copy color: '#FD273D'

red 253 ◦ green 39 ◦ blue 61

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

Shades of Torch Red #FD273D

Tints of Torch Red #FD273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.05%

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

R = 71.67%
G = 11.05%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD273D (or 0xFD273D) is known color: Torch Red. HEX triplet: FD, 27 and 3D. RGB value is (253,39,61). Sum of RGB (Red+Green+Blue) = 253+39+61=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD273D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD273D is #02D8C2. Grayscale: #696969. Windows color (decimal): -186563 or 4007933. OLE color: 4007933.

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

Color convert

RGB 253 39 61 -
CMYK 0 0.85 0.76 0.01
HSL 353.83º 0.98% 0.57% -
HSV(B) 353.83º 0.85% 0.99% -
XYZ 42.08 22.67 6.57 -
YUV 105.49 102.9 233.21 -
System Red Green Blue C M Y K H S L
Decimal 253 39 61 0 0.85 0.76 0.01 353.83 0.98 0.57
Hex FD 27 3D 0 55 4C 1 162 62 39
Octal 375 47 75 0 125 114 1 542 142 71
Binary 11111101 100111 111101 0 1010101 1001100 1 101100010 1100010 111001

Color Harmonies of #FD273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD273D

Black with #FD273D

Text Example


Text Example

White with #FD273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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