Html Css Color HEX #FD2635 Torch Red

📋 copy color: '#FD2635'

red 253 ◦ green 38 ◦ blue 53

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

Shades of Torch Red #FD2635

Tints of Torch Red #FD2635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.41%

R = 73.55%
G = 11.05%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD2635 (or 0xFD2635) is known color: Torch Red. HEX triplet: FD, 26 and 35. RGB value is (253,38,53). Sum of RGB (Red+Green+Blue) = 253+38+53=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2635 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2635 is #02D9CA. Grayscale: #686868. Windows color (decimal): -186827 or 3483389. OLE color: 3483389.

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

Color convert

RGB 253 38 53 -
CMYK 0 0.85 0.79 0.01
HSL 355.81º 0.98% 0.57% -
HSV(B) 355.81º 0.85% 0.99% -
XYZ 41.84 22.53 5.51 -
YUV 104 99.23 234.28 -
System Red Green Blue C M Y K H S L
Decimal 253 38 53 0 0.85 0.79 0.01 355.81 0.98 0.57
Hex FD 26 35 0 55 4F 1 164 62 39
Octal 375 46 65 0 125 117 1 544 142 71
Binary 11111101 100110 110101 0 1010101 1001111 1 101100100 1100010 111001

Color Harmonies of #FD2635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2635

Black with #FD2635

Text Example


Text Example

White with #FD2635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2635; }

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

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

background-color css

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

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

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

border-color css

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

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

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