Html Css Color HEX #FD273E Torch Red

📋 copy color: '#FD273E'

red 253 ◦ green 39 ◦ blue 62

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

Shades of Torch Red #FD273E

Tints of Torch Red #FD273E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.51%

R = 71.47%
G = 11.02%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD273E (or 0xFD273E) is known color: Torch Red. HEX triplet: FD, 27 and 3E. RGB value is (253,39,62). Sum of RGB (Red+Green+Blue) = 253+39+62=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD273E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD273E is #02D8C1. Grayscale: #696969. Windows color (decimal): -186562 or 4073469. OLE color: 4073469.

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

Color convert

RGB 253 39 62 -
CMYK 0 0.85 0.75 0.01
HSL 353.55º 0.98% 0.57% -
HSV(B) 353.55º 0.85% 0.99% -
XYZ 42.1 22.68 6.72 -
YUV 105.61 103.4 233.13 -
System Red Green Blue C M Y K H S L
Decimal 253 39 62 0 0.85 0.75 0.01 353.55 0.98 0.57
Hex FD 27 3E 0 55 4B 1 162 62 39
Octal 375 47 76 0 125 113 1 542 142 71
Binary 11111101 100111 111110 0 1010101 1001011 1 101100010 1100010 111001

Color Harmonies of #FD273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD273E

Black with #FD273E

Text Example


Text Example

White with #FD273E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD273E; }

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

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

background-color css

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

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

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

border-color css

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

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

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