Html Css Color HEX #FD0F33 Torch Red

📋 copy color: '#FD0F33'

red 253 ◦ green 15 ◦ blue 51

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

Shades of Torch Red #FD0F33

Tints of Torch Red #FD0F33

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.7%

 BLUE value IS 51 (20.31% from 255) = 15.99%

R = 79.31%
G = 4.7%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD0F33 (or 0xFD0F33) is known color: Torch Red. HEX triplet: FD, 0F and 33. RGB value is (253,15,51). Sum of RGB (Red+Green+Blue) = 253+15+51=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0F33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0F33 is #02F0CC. Grayscale: #5A5A5A. Windows color (decimal): -192717 or 3346429. OLE color: 3346429.

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

Color convert

RGB 253 15 51 -
CMYK 0 0.94 0.80 0.01
HSL 350.92º 0.98% 0.53% -
HSV(B) 350.92º 0.94% 0.99% -
XYZ 41.28 21.46 5.1 -
YUV 90.27 105.85 244.07 -
System Red Green Blue C M Y K H S L
Decimal 253 15 51 0 0.94 0.80 0.01 350.92 0.98 0.53
Hex FD F 33 0 5E 50 1 15F 62 35
Octal 375 17 63 0 136 120 1 537 142 65
Binary 11111101 1111 110011 0 1011110 1010000 1 101011111 1100010 110101

Color Harmonies of #FD0F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0F33

Black with #FD0F33

Text Example


Text Example

White with #FD0F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0F33; }

 p { color: rgb(253,15,51); }

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

background-color css

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

 a { background-color: rgb(253,15,51); }

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

border-color css

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

 span { border-color: rgb(253,15,51); }

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