Html Css Color HEX #FD263E Torch Red

📋 copy color: '#FD263E'

red 253 ◦ green 38 ◦ blue 62

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

Shades of Torch Red #FD263E

Tints of Torch Red #FD263E

RGB

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

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

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

R = 71.67%
G = 10.76%
B = 17.56%

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

#FD263E (or 0xFD263E) is known color: Torch Red. HEX triplet: FD, 26 and 3E. RGB value is (253,38,62). Sum of RGB (Red+Green+Blue) = 253+38+62=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD263E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD263E is #02D9C1. Grayscale: #696969. Windows color (decimal): -186818 or 4073213. OLE color: 4073213.

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

Color convert

RGB 253 38 62 -
CMYK 0 0.85 0.75 0.01
HSL 353.3º 0.98% 0.57% -
HSV(B) 353.3º 0.85% 0.99% -
XYZ 42.07 22.62 6.71 -
YUV 105.02 103.73 233.55 -
System Red Green Blue C M Y K H S L
Decimal 253 38 62 0 0.85 0.75 0.01 353.3 0.98 0.57
Hex FD 26 3E 0 55 4B 1 161 62 39
Octal 375 46 76 0 125 113 1 541 142 71
Binary 11111101 100110 111110 0 1010101 1001011 1 101100001 1100010 111001

Color Harmonies of #FD263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD263E

Black with #FD263E

Text Example


Text Example

White with #FD263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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