Html Css Color HEX #FD0F42 Torch Red

📋 copy color: '#FD0F42'

red 253 ◦ green 15 ◦ blue 66

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

Shades of Torch Red #FD0F42

Tints of Torch Red #FD0F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.76%

R = 75.75%
G = 4.49%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD0F42 (or 0xFD0F42) is known color: Torch Red. HEX triplet: FD, 0F and 42. RGB value is (253,15,66). Sum of RGB (Red+Green+Blue) = 253+15+66=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0F42 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0F42 is #02F0BD. Grayscale: #5C5C5C. Windows color (decimal): -192702 or 4329469. OLE color: 4329469.

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

Color convert

RGB 253 15 66 -
CMYK 0 0.94 0.74 0.01
HSL 347.14º 0.98% 0.53% -
HSV(B) 347.14º 0.94% 0.99% -
XYZ 41.66 21.62 7.13 -
YUV 91.98 113.35 242.85 -
System Red Green Blue C M Y K H S L
Decimal 253 15 66 0 0.94 0.74 0.01 347.14 0.98 0.53
Hex FD F 42 0 5E 4A 1 15B 62 35
Octal 375 17 102 0 136 112 1 533 142 65
Binary 11111101 1111 1000010 0 1011110 1001010 1 101011011 1100010 110101

Color Harmonies of #FD0F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0F42

Black with #FD0F42

Text Example


Text Example

White with #FD0F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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