Html Css Color HEX #FD2639 Torch Red

📋 copy color: '#FD2639'

red 253 ◦ green 38 ◦ blue 57

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

Shades of Torch Red #FD2639

Tints of Torch Red #FD2639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.92%

 BLUE value IS 57 (22.66% from 255) = 16.38%

R = 72.7%
G = 10.92%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD2639 (or 0xFD2639) is known color: Torch Red. HEX triplet: FD, 26 and 39. RGB value is (253,38,57). Sum of RGB (Red+Green+Blue) = 253+38+57=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2639 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2639 is #02D9C6. Grayscale: #686868. Windows color (decimal): -186823 or 3745533. OLE color: 3745533.

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

Color convert

RGB 253 38 57 -
CMYK 0 0.85 0.77 0.01
HSL 354.7º 0.98% 0.57% -
HSV(B) 354.7º 0.85% 0.99% -
XYZ 41.94 22.56 6.02 -
YUV 104.45 101.23 233.96 -
System Red Green Blue C M Y K H S L
Decimal 253 38 57 0 0.85 0.77 0.01 354.7 0.98 0.57
Hex FD 26 39 0 55 4D 1 163 62 39
Octal 375 46 71 0 125 115 1 543 142 71
Binary 11111101 100110 111001 0 1010101 1001101 1 101100011 1100010 111001

Color Harmonies of #FD2639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2639

Black with #FD2639

Text Example


Text Example

White with #FD2639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2639; }

 p { color: rgb(253,38,57); }

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

background-color css

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

 a { background-color: rgb(253,38,57); }

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

border-color css

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

 span { border-color: rgb(253,38,57); }

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