Html Css Color HEX #FD1B2B Torch Red

📋 copy color: '#FD1B2B'

red 253 ◦ green 27 ◦ blue 43

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

Shades of Torch Red #FD1B2B

Tints of Torch Red #FD1B2B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.36%

 BLUE value IS 43 (17.19% from 255) = 13.31%

R = 78.33%
G = 8.36%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD1B2B (or 0xFD1B2B) is known color: Torch Red. HEX triplet: FD, 1B and 2B. RGB value is (253,27,43). Sum of RGB (Red+Green+Blue) = 253+27+43=323 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.33% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1B2B is #02E4D4. Grayscale: #606060. Windows color (decimal): -189653 or 2825213. OLE color: 2825213.

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

Color convert

RGB 253 27 43 -
CMYK 0 0.89 0.83 0.01
HSL 355.75º 0.98% 0.55% -
HSV(B) 355.75º 0.89% 0.99% -
XYZ 41.34 21.84 4.32 -
YUV 96.4 97.87 239.7 -
System Red Green Blue C M Y K H S L
Decimal 253 27 43 0 0.89 0.83 0.01 355.75 0.98 0.55
Hex FD 1B 2B 0 59 53 1 164 62 37
Octal 375 33 53 0 131 123 1 544 142 67
Binary 11111101 11011 101011 0 1011001 1010011 1 101100100 1100010 110111

Color Harmonies of #FD1B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1B2B

Black with #FD1B2B

Text Example


Text Example

White with #FD1B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1B2B; }

 p { color: rgb(253,27,43); }

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

background-color css

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

 a { background-color: rgb(253,27,43); }

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

border-color css

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

 span { border-color: rgb(253,27,43); }

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