Html Css Color HEX #FD0338 Torch Red

📋 copy color: '#FD0338'

red 253 ◦ green 3 ◦ blue 56

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

Shades of Torch Red #FD0338

Tints of Torch Red #FD0338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.95%

R = 81.09%
G = 0.96%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FD0338 (or 0xFD0338) is known color: Torch Red. HEX triplet: FD, 03 and 38. RGB value is (253,3,56). Sum of RGB (Red+Green+Blue) = 253+3+56=312 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.09% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0338 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0338 is #02FCC7. Grayscale: #535353. Windows color (decimal): -195784 or 3671037. OLE color: 3671037.

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

Color convert

RGB 253 3 56 -
CMYK 0 0.99 0.78 0.01
HSL 347.28º 0.98% 0.5% -
HSV(B) 347.28º 0.99% 0.99% -
XYZ 41.25 21.23 5.67 -
YUV 83.79 112.33 248.69 -
System Red Green Blue C M Y K H S L
Decimal 253 3 56 0 0.99 0.78 0.01 347.28 0.98 0.5
Hex FD 3 38 0 63 4E 1 15B 62 32
Octal 375 3 70 0 143 116 1 533 142 62
Binary 11111101 11 111000 0 1100011 1001110 1 101011011 1100010 110010

Color Harmonies of #FD0338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0338

Black with #FD0338

Text Example


Text Example

White with #FD0338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0338; }

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

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

background-color css

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

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

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

border-color css

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

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

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