Html Css Color HEX #FD0342 Torch Red

📋 copy color: '#FD0342'

red 253 ◦ green 3 ◦ blue 66

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

Shades of Torch Red #FD0342

Tints of Torch Red #FD0342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

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

R = 78.57%
G = 0.93%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD0342 (or 0xFD0342) is known color: Torch Red. HEX triplet: FD, 03 and 42. RGB value is (253,3,66). Sum of RGB (Red+Green+Blue) = 253+3+66=322 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.57% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0342 is #02FCBD. Grayscale: #545454. Windows color (decimal): -195774 or 4326397. OLE color: 4326397.

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

Color convert

RGB 253 3 66 -
CMYK 0 0.99 0.74 0.01
HSL 344.88º 0.98% 0.5% -
HSV(B) 344.88º 0.99% 0.99% -
XYZ 41.52 21.34 7.08 -
YUV 84.93 117.33 247.88 -
System Red Green Blue C M Y K H S L
Decimal 253 3 66 0 0.99 0.74 0.01 344.88 0.98 0.5
Hex FD 3 42 0 63 4A 1 159 62 32
Octal 375 3 102 0 143 112 1 531 142 62
Binary 11111101 11 1000010 0 1100011 1001010 1 101011001 1100010 110010

Color Harmonies of #FD0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0342

Black with #FD0342

Text Example


Text Example

White with #FD0342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0342; }

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

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

background-color css

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

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

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

border-color css

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

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

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