Html Css Color HEX #FD1027 Torch Red

📋 copy color: '#FD1027'

red 253 ◦ green 16 ◦ blue 39

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

Shades of Torch Red #FD1027

Tints of Torch Red #FD1027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.19%

 BLUE value IS 39 (15.63% from 255) = 12.66%

R = 82.14%
G = 5.19%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD1027 (or 0xFD1027) is known color: Torch Red. HEX triplet: FD, 10 and 27. RGB value is (253,16,39). Sum of RGB (Red+Green+Blue) = 253+16+39=308 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.14% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1027 is #02EFD8. Grayscale: #595959. Windows color (decimal): -192473 or 2560253. OLE color: 2560253.

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

Color convert

RGB 253 16 39 -
CMYK 0 0.94 0.85 0.01
HSL 354.18º 0.98% 0.53% -
HSV(B) 354.18º 0.94% 0.99% -
XYZ 41.06 21.4 3.89 -
YUV 89.49 99.52 244.63 -
System Red Green Blue C M Y K H S L
Decimal 253 16 39 0 0.94 0.85 0.01 354.18 0.98 0.53
Hex FD 10 27 0 5E 55 1 162 62 35
Octal 375 20 47 0 136 125 1 542 142 65
Binary 11111101 10000 100111 0 1011110 1010101 1 101100010 1100010 110101

Color Harmonies of #FD1027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1027

Black with #FD1027

Text Example


Text Example

White with #FD1027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1027; }

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

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

background-color css

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

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

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

border-color css

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

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

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